From d34aeadcc718cfac583752952acda63f9677780e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Feb 2024 15:18:42 +0000 Subject: [PATCH] Update joda-time to 2.12.7 --- util/dependencies.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/dependencies.sbt b/util/dependencies.sbt index d05cea86..6417ca83 100644 --- a/util/dependencies.sbt +++ b/util/dependencies.sbt @@ -1,6 +1,6 @@ libraryDependencies ++= Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", - "joda-time" % "joda-time" % "2.12.6", + "joda-time" % "joda-time" % "2.12.7", "org.joda" % "joda-convert" % "2.2.3", "org.typelevel" %% "cats-core" % "2.10.0", "org.json4s" %% "json4s-scalap" % "4.0.7"