From 569dec5282d6056e2cc14eba403dfb3adc049516 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:31:12 +0200 Subject: [PATCH] bump: logback-classic 1.5.8 (was 1.2.13) (#596) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johan Andrén --- native-image-tests/build.sbt | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native-image-tests/build.sbt b/native-image-tests/build.sbt index acfe20c1..be60be70 100644 --- a/native-image-tests/build.sbt +++ b/native-image-tests/build.sbt @@ -28,7 +28,7 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-slf4j" % akkaVersion, "com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion, "com.lightbend.akka" %% "akka-persistence-r2dbc" % akkaR2dbcVersion, - "ch.qos.logback" % "logback-classic" % "1.5.7", + "ch.qos.logback" % "logback-classic" % "1.5.8", // H2 "com.h2database" % "h2" % "2.2.224", "io.r2dbc" % "r2dbc-h2" % "1.0.0.RELEASE") diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6d04dce7..bdabcd11 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -48,7 +48,7 @@ object Dependencies { val postgresql = "org.postgresql" % "postgresql" % "42.7.3" % Test // BSD-2-Clause - val logback = "ch.qos.logback" % "logback-classic" % "1.5.7" % Test // EPL 1.0 / LGPL 2.1 + val logback = "ch.qos.logback" % "logback-classic" % "1.5.8" % Test // EPL 1.0 / LGPL 2.1 val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" % Test // ApacheV2 val junit = "junit" % "junit" % "4.12" % Test // Eclipse Public License 1.0 val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test // "BSD 2-Clause"