From a8fbb2348cab71632d2b2fad1122d09fc28d51d8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 25 Mar 2023 07:57:07 +0100 Subject: [PATCH] Update joda-time to 2.12.4 (#733) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e76693b7..95d86d97 100644 --- a/build.sbt +++ b/build.sbt @@ -93,7 +93,7 @@ libraryDependencies ++= Seq( "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test", "org.scalatest" %% "scalatest" % "3.2.15" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", - "joda-time" % "joda-time" % "2.12.2" % "test", + "joda-time" % "joda-time" % "2.12.4" % "test", "org.joda" % "joda-convert" % "2.2.3" % "test", "org.slf4j" % "slf4j-api" % "2.0.7" % "test" )