Skip to content

Commit 651c1ef

Browse files
bump: Slf4j 2.0.17 (was 2.0.16), Logback 1.5.18 (algins with Akka core) (#3378)
1 parent f99caff commit 651c1ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ object Dependencies {
4545
val JwtScalaVersion = "9.4.6"
4646

4747
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L16
48-
val slf4jVersion = "2.0.16"
48+
val slf4jVersion = "2.0.17"
4949
val log4jOverSlf4jVersion = slf4jVersion
5050
val jclOverSlf4jVersion = slf4jVersion
5151

5252
// https://github.com/akka/akka/blob/main/project/Dependencies.scala#L26
53-
val LogbackWithSlf4jV1 = "1.5.7"
53+
val LogbackVersion = "1.5.18"
5454
val wiremock = ("com.github.tomakehurst" % "wiremock" % "3.0.1" % Test)
5555

5656
val Common = Seq(
@@ -66,7 +66,7 @@ object Dependencies {
6666
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
6767
"com.typesafe.akka" %% "akka-stream-testkit" % AkkaVersion,
6868
"com.typesafe.akka" %% "akka-slf4j" % AkkaVersion,
69-
"ch.qos.logback" % "logback-classic" % LogbackWithSlf4jV1,
69+
"ch.qos.logback" % "logback-classic" % LogbackVersion,
7070
"org.scalatest" %% "scalatest" % ScalaTestVersion,
7171
"com.dimafeng" %% "testcontainers-scala-scalatest" % TestContainersScalaTestVersion,
7272
"com.novocode" % "junit-interface" % "0.11", // BSD-style

0 commit comments

Comments
 (0)