From e58bfc5071fad08a81a19ad1233c257834ec4764 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 24 Oct 2022 11:44:07 +0200 Subject: [PATCH] Update joda-time to 2.12.0 (#698) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81f4d080..f12b060e 100644 --- a/build.sbt +++ b/build.sbt @@ -99,7 +99,7 @@ libraryDependencies ++= Seq( "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test", "org.scalatest" %% "scalatest" % "3.2.14" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", - "joda-time" % "joda-time" % "2.11.2" % "test", + "joda-time" % "joda-time" % "2.12.0" % "test", "org.joda" % "joda-convert" % "2.2.2" % "test", "org.slf4j" % "slf4j-api" % "2.0.3" % "test" )