From 273b51befa441ef0ed21c3f66124ce12107285b0 Mon Sep 17 00:00:00 2001 From: Scala Steward <scala_steward@virtuslab.com> Date: Wed, 7 Dec 2022 09:53:20 +0000 Subject: [PATCH] Update joda-time to 2.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9ed75605..5cf587c6 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.14" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", - "joda-time" % "joda-time" % "2.12.1" % "test", + "joda-time" % "joda-time" % "2.12.2" % "test", "org.joda" % "joda-convert" % "2.2.2" % "test", "org.slf4j" % "slf4j-api" % "2.0.5" % "test" )