From ae38e1a5933c63b9fe5c9f9b61c1828f4e746c3b Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 5 Apr 2022 07:24:23 +0200 Subject: [PATCH] Update joda-time to 2.10.14 (#633) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d72264c3..4dd3487a 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.11" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", - "joda-time" % "joda-time" % "2.10.13" % "test", + "joda-time" % "joda-time" % "2.10.14" % "test", "org.joda" % "joda-convert" % "2.2.2" % "test", "org.slf4j" % "slf4j-api" % "1.7.35" % "test" )