Skip to content

Commit

Permalink
Update log4j-over-slf4j to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 20, 2024
1 parent b6c8cfc commit 169cda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ lazy val commonDependencies = Seq(
"io.monix" %% "monix-reactive" % monixVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.4",
"com.typesafe" % "config" % "1.4.2",
"org.slf4j" % "log4j-over-slf4j" % "1.7.36",
"org.slf4j" % "log4j-over-slf4j" % "2.0.12",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "provided;optional",
// For testing ...
"ch.qos.logback" % "logback-classic" % "1.2.11" % "test",
Expand Down

0 comments on commit 169cda8

Please sign in to comment.