Skip to content

Commit

Permalink
Update slf4j-api to 2.0.13 (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 13, 2024
1 parent e1fadfa commit 6b6f4e2
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 @@ -95,7 +95,7 @@ libraryDependencies ++= Seq(
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.12.7" % "test",
"org.joda" % "joda-convert" % "2.2.3" % "test",
"org.slf4j" % "slf4j-api" % "2.0.12" % "test"
"org.slf4j" % "slf4j-api" % "2.0.13" % "test"
)

// Test
Expand Down

0 comments on commit 6b6f4e2

Please sign in to comment.