Skip to content

Commit

Permalink
Update log4j-to-slf4j to 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Sep 15, 2024
1 parent 78fd2c6 commit e5762d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ object Dependencies {
Seq(
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % JacksonVersion,
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % JacksonVersion,
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.23.1" % Test,
"org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.0" % Test,
"org.slf4j" % "slf4j-api" % Slf4jVersion % Test,
"ch.qos.logback" % "logback-classic" % LogbackVersion % Test) ++ JacksonDatabindDependencies ++
(if (isScala3.value)
Expand Down

0 comments on commit e5762d5

Please sign in to comment.