Skip to content

Commit

Permalink
Update slf4j-api to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
permutive-steward[bot] committed Aug 15, 2024
1 parent 575edaa commit 5feeb14
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 @@ -40,7 +40,7 @@ lazy val `odin-slf4j-bridge` = module

lazy val `odin-slf4j2-bridge` = module
.dependsOn(`odin-slf4j-bridge`)
.settings(libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.13")
.settings(libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.16")

lazy val `odin-slf4j-bridge-benchmarks` = module
.enablePlugins(JmhPlugin)
Expand Down

0 comments on commit 5feeb14

Please sign in to comment.