From 2515af3252aee08ab6d1f27e887bae3d36937d1d Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:49:47 +0200 Subject: [PATCH] Update joda-time to 2.12.5 (#456) * Update joda-time to 2.12.5 * Revert commit(s) 6120353 * Update joda-time to 2.12.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c097195e..3c4f1b9e 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ val scalactic = "org.scalactic" %% "scalactic" val scalatest = "org.scalatest" %% "scalatest" % "3.2.17" % "test" -val joda_time = "joda-time" % "joda-time" % "2.12.2" +val joda_time = "joda-time" % "joda-time" % "2.12.5" val algebird = "com.twitter" %% "algebird-core" % "0.13.10" val joda_convert = "org.joda" % "joda-convert" % "2.2.3" val spatial4j = "org.locationtech.spatial4j" % "spatial4j" % "0.8"