From f229449e33e810074f219df549eb7901c3e1e51b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:01:14 +0200 Subject: [PATCH] Update joda-convert to 2.2.4 (#881) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3061f218..8bea244c 100644 --- a/build.sbt +++ b/build.sbt @@ -103,7 +103,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.19" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", "joda-time" % "joda-time" % "2.13.0" % "test", - "org.joda" % "joda-convert" % "2.2.3" % "test", + "org.joda" % "joda-convert" % "2.2.4" % "test", "org.slf4j" % "slf4j-api" % "2.0.16" % "test" )