From 522e161f00a41b0bf0cd34a47e1d382ae812534e Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:03:19 +0000 Subject: [PATCH 1/2] Update logback-classic to 1.5.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02df175..4e39cf0 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val root = (project in file(".")) ++ Seq( "net.logstash.logback" % "logstash-logback-encoder" % "8.0", // Transient dependency of Play. No newer version of Play 2.9 or Play 3.0 with this vulnerability fixed. - "ch.qos.logback" % "logback-classic" % "1.5.13", + "ch.qos.logback" % "logback-classic" % "1.5.15", ), buildInfoKeys ++= Seq[BuildInfoKey]( From c93facdba1e88ccd3ffadaa4cd16caef64c5bc0b Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:03:19 +0000 Subject: [PATCH 2/2] Update sbt to 1.10.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e88a0d8..73df629 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.6 +sbt.version=1.10.7