From ba4277a82db91420d8559e207bbc59f75084c835 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 14 Oct 2024 13:07:42 +0000 Subject: [PATCH] bump: logback-classic 1.5.10 (was 1.5.8) --- 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 be60be70..02458fec 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.8", + "ch.qos.logback" % "logback-classic" % "1.5.10", // 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 bdabcd11..11fe5ee4 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.8" % Test // EPL 1.0 / LGPL 2.1 + val logback = "ch.qos.logback" % "logback-classic" % "1.5.10" % 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"