From 98bef9ec2b05504882abf51e588f36b457211f27 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 16 Feb 2021 10:54:33 +0100 Subject: [PATCH] Update joda-time to 2.10.10 (#478) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b216d0bb..acc1664f 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.2" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", - "joda-time" % "joda-time" % "2.10.9" % "test", + "joda-time" % "joda-time" % "2.10.10" % "test", "org.joda" % "joda-convert" % "2.2.1" % "test", "org.slf4j" % "slf4j-api" % "1.7.30" % "test" )