Skip to content

Commit

Permalink
Update slf4j-api to 1.7.32 (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 4, 2021
1 parent c511531 commit d4f45c3
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 @@ -111,7 +111,7 @@ libraryDependencies ++= Seq(
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.10.10" % "test",
"org.joda" % "joda-convert" % "2.2.1" % "test",
"org.slf4j" % "slf4j-api" % "1.7.31" % "test"
"org.slf4j" % "slf4j-api" % "1.7.32" % "test"
)

// Test
Expand Down

0 comments on commit d4f45c3

Please sign in to comment.