From d6e1764eb16a374559c7f0f2f8244e1a6d6cfc3f 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, 1 May 2024 14:56:52 +0000 Subject: [PATCH 1/2] Update logback-classic to 1.5.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0ed0732..38e9ba9 100644 --- a/build.sbt +++ b/build.sbt @@ -30,7 +30,7 @@ libraryDependencies ++= Seq( "org.webjars" % "bootstrap" % "3.4.1", "com.getsentry.raven" % "raven-logback" % "8.0.3", // Transient dependency of raven-logback 8.0.3. No newer version of raven-logback available. - "ch.qos.logback" % "logback-classic" % "1.5.1", + "ch.qos.logback" % "logback-classic" % "1.5.6", "com.github.nscala-time" %% "nscala-time" % "2.32.0", "io.lemonlabs" %% "scala-uri" % "4.0.3", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5", From 94f3e8e609c657731f07df4eafca61744f1c98b6 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, 1 May 2024 14:56:52 +0000 Subject: [PATCH 2/2] Update sbt-buildinfo to 0.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7eb85db..48a3e1d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.2") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") /* scala-xml has been updated to 2.x in sbt, but not in other sbt plugins like sbt-native-packager