From f53b26d9eb07c769393a6557c48b7a65630f5147 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 13:49:53 +0000 Subject: [PATCH] Update joda-time to 2.12.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5172151..3e4e8ea9 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.6", "org.joda" % "joda-convert" % "2.2.3" ) )