diff --git a/native-image-tests/build.sbt b/native-image-tests/build.sbt index 944a5df3..6085bcee 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.2.13", + "ch.qos.logback" % "logback-classic" % "1.5.3", // 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 c8ba0ca1..c9d966c6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -45,7 +45,7 @@ object Dependencies { val postgresql = "org.postgresql" % "postgresql" % "42.7.1" % Test // BSD-2-Clause - val logback = "ch.qos.logback" % "logback-classic" % "1.2.13" % Test // EPL 1.0 / LGPL 2.1 + val logback = "ch.qos.logback" % "logback-classic" % "1.5.3" % 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"