Skip to content

Commit

Permalink
Update joda-time to 2.12.4 (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 25, 2023
1 parent f4563bf commit 0064dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -393,7 +393,7 @@ lazy val bijectionJodaTime = {
.settings(
osgiExportAll("com.twitter.bijection.jodatime"),
libraryDependencies ++= Seq(
"joda-time" % "joda-time" % "2.10.14",
"joda-time" % "joda-time" % "2.12.4",
"org.joda" % "joda-convert" % "2.2.2"
)
)
Expand Down

0 comments on commit 0064dd8

Please sign in to comment.