From ace002d59d77c8458a298308ea9263451fa6e7a2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 16:25:24 +0000 Subject: [PATCH] Update joda-time to 2.12.6 --- util/dependencies.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/dependencies.sbt b/util/dependencies.sbt index a6b4c0a6..d05cea86 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.5", + "joda-time" % "joda-time" % "2.12.6", "org.joda" % "joda-convert" % "2.2.3", "org.typelevel" %% "cats-core" % "2.10.0", "org.json4s" %% "json4s-scalap" % "4.0.7"