From adc67700645e3df2ffb2df56d73ed510ea22b62d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 11:19:26 +0000 Subject: [PATCH] Update joda-time to 2.12.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5172151..6654bb6a 100644 --- a/build.sbt +++ b/build.sbt @@ -393,7 +393,7 @@ lazy val bijectionJodaTime = { .settings( osgiExportAll("com.twitter.bijection.jodatime"), libraryDependencies ++= Seq( - "joda-time" % "joda-time" % "2.12.4", + "joda-time" % "joda-time" % "2.12.7", "org.joda" % "joda-convert" % "2.2.3" ) )