From 70ed9c0164e42fddc42d491ff45e80a767632698 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 8 Oct 2024 21:44:17 +0000 Subject: [PATCH] Update joda-convert to 3.0.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8bea244c..587504a7 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.4" % "test", + "org.joda" % "joda-convert" % "3.0.1" % "test", "org.slf4j" % "slf4j-api" % "2.0.16" % "test" )