Skip to content

Commit

Permalink
Update joda-time to 2.13.1 (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 4, 2025
1 parent 2e5434e commit 21724e3
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 @@ -102,7 +102,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",
"joda-time" % "joda-time" % "2.13.1" % "test",
"org.joda" % "joda-convert" % "3.0.1" % "test",
"org.slf4j" % "slf4j-api" % "2.0.16" % "test"
)
Expand Down

0 comments on commit 21724e3

Please sign in to comment.