Skip to content

Commit

Permalink
Update log4j-over-slf4j to 2.0.13 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent 6225791 commit 06c61e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -38,7 +38,7 @@ object Dependencies {
}

object Slf4j {
private val version = "2.0.5"
private val version = "2.0.13"
val api = "org.slf4j" % "slf4j-api" % version
val `log4j-over-slf4j` = "org.slf4j" % "log4j-over-slf4j" % version
}
Expand Down

0 comments on commit 06c61e9

Please sign in to comment.