From 800d9007c5db0d2c00bd1c118ef26adb9dd9c49f 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: Mon, 21 Oct 2024 13:59:37 +0000 Subject: [PATCH 1/2] Update logback-classic to 1.5.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 460bd4e7..dea3692a 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val root = (project in file(".")) "jackson-databind" ), // Transient dependency of Play. No newer version of Play 3.0.5 with this vulnerability fixed. - "ch.qos.logback" % "logback-classic" % "1.5.9", + "ch.qos.logback" % "logback-classic" % "1.5.11", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.18.0" ), scalacOptions ++= List( From 9df53a8708d6252265756121e91f0f4cc6cd2958 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: Mon, 21 Oct 2024 13:59:38 +0000 Subject: [PATCH 2/2] Update sbt to 1.10.3 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 0b699c30..bc739060 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.3