Skip to content

Commit

Permalink
Update slf4j-api to 2.0.4 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 19, 2022
1 parent 31dae53 commit 98cfc7e
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 @@ -101,7 +101,7 @@ libraryDependencies ++= Seq(
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.12.1" % "test",
"org.joda" % "joda-convert" % "2.2.2" % "test",
"org.slf4j" % "slf4j-api" % "2.0.3" % "test"
"org.slf4j" % "slf4j-api" % "2.0.4" % "test"
)

// Test
Expand Down

0 comments on commit 98cfc7e

Please sign in to comment.