Skip to content

Commit

Permalink
Update joda-time to 2.10.14 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 30, 2022
1 parent c14c244 commit c28f5db
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.13",
"joda-time" % "joda-time" % "2.10.14",
"org.joda" % "joda-convert" % "2.2.2"
)
)
Expand Down

0 comments on commit c28f5db

Please sign in to comment.