From 4a541b5a85544e2271f2e797a7a9554c3a588e62 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:31:49 +0200 Subject: [PATCH] Update joda-time to 2.12.7 (#503) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6f502945..8042a3d3 100644 --- a/build.sbt +++ b/build.sbt @@ -89,7 +89,7 @@ val scalactic = "org.scalactic" %% "scalactic" val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" % "test" -val joda_time = "joda-time" % "joda-time" % "2.12.5" +val joda_time = "joda-time" % "joda-time" % "2.12.7" 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"