Skip to content

Commit 569dec5

Browse files
bump: logback-classic 1.5.8 (was 1.2.13) (#596)
Co-authored-by: Johan Andrén <[email protected]>
1 parent e1163f5 commit 569dec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

native-image-tests/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ libraryDependencies ++= Seq(
2828
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
2929
"com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion,
3030
"com.lightbend.akka" %% "akka-persistence-r2dbc" % akkaR2dbcVersion,
31-
"ch.qos.logback" % "logback-classic" % "1.5.7",
31+
"ch.qos.logback" % "logback-classic" % "1.5.8",
3232
// H2
3333
"com.h2database" % "h2" % "2.2.224",
3434
"io.r2dbc" % "r2dbc-h2" % "1.0.0.RELEASE")

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ object Dependencies {
4848

4949
val postgresql = "org.postgresql" % "postgresql" % "42.7.3" % Test // BSD-2-Clause
5050

51-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.7" % Test // EPL 1.0 / LGPL 2.1
51+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.8" % Test // EPL 1.0 / LGPL 2.1
5252
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" % Test // ApacheV2
5353
val junit = "junit" % "junit" % "4.12" % Test // Eclipse Public License 1.0
5454
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test // "BSD 2-Clause"

0 commit comments

Comments
 (0)