From 27d970ddee9d352c6ae3da23e8335a1a76873576 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 14 Nov 2021 20:16:04 +0100 Subject: [PATCH] Update joda-time to 2.10.13 (#579) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b0688057..da4e1328 100644 --- a/build.sbt +++ b/build.sbt @@ -111,7 +111,7 @@ libraryDependencies ++= Seq( "org.scala-lang" % "scala-compiler" % scalaVersion.value % "test", "org.scalatest" %% "scalatest" % "3.2.10" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", - "joda-time" % "joda-time" % "2.10.12" % "test", + "joda-time" % "joda-time" % "2.10.13" % "test", "org.joda" % "joda-convert" % "2.2.1" % "test", "org.slf4j" % "slf4j-api" % "1.7.32" % "test" )