Skip to content

Commit

Permalink
Update joda-convert to 2.2.4 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 6, 2024
1 parent bb203b6 commit f229449
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 @@ -103,7 +103,7 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"org.mockito" % "mockito-all" % "1.10.19" % "test",
"joda-time" % "joda-time" % "2.13.0" % "test",
"org.joda" % "joda-convert" % "2.2.3" % "test",
"org.joda" % "joda-convert" % "2.2.4" % "test",
"org.slf4j" % "slf4j-api" % "2.0.16" % "test"
)

Expand Down

0 comments on commit f229449

Please sign in to comment.