From a158f52452896a45477eb498fe190a2ebb304535 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, 16 Oct 2024 10:59:37 +0000 Subject: [PATCH 1/3] 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 9182097b..0737b11a 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ val simpleConfigurationVersion: String = "1.5.7" val googleOAuthClient: String = "1.36.0" val nettyVersion: String = "4.1.114.Final" val slf4jVersion: String = "1.7.36" -val logbackVersion: String = "1.5.9" +val logbackVersion: String = "1.5.11" val standardSettings = Seq[Setting[_]]( // We should remove this when all transitive dependencies use the same version of scala-xml From 7b97b4c8fdba130f5ea44eeea25a8f26a35e5d5f 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, 16 Oct 2024 10:59:37 +0000 Subject: [PATCH 2/3] Update macros to 2.6.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0737b11a..7014992b 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ val standardSettings = Seq[Setting[_]]( ), libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.34.0", - "com.softwaremill.macwire" %% "macros" % "2.6.3" % "provided", + "com.softwaremill.macwire" %% "macros" % "2.6.4" % "provided", specs2 % Test, "org.specs2" %% "specs2-matcher-extra" % specsVersion % Test ), From d7883386771ffbc3e9dfc4ef3cca416bb54f37bf 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, 16 Oct 2024 10:59:37 +0000 Subject: [PATCH 3/3] Update sbt-sonatype to 3.12.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b57e08e4..d6122f57 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,7 +17,7 @@ libraryDependencies += "org.vafer" % "jdeb" % "1.11" artifacts (Artifact("jdeb", addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")