diff --git a/util/dependencies.sbt b/util/dependencies.sbt index a5aeb326..ec401dd1 100644 --- a/util/dependencies.sbt +++ b/util/dependencies.sbt @@ -1,7 +1,7 @@ libraryDependencies ++= Seq( "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", "joda-time" % "joda-time" % "2.13.0", - "org.joda" % "joda-convert" % "2.2.3", + "org.joda" % "joda-convert" % "2.2.4", "org.typelevel" %% "cats-core" % "2.12.0", "org.json4s" %% "json4s-scalap" % "4.0.7" )