From e70901beef57e450e9d858207af8549037394860 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Jan 2023 22:26:35 +0000 Subject: [PATCH] Update joda-convert to 2.2.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5f246e73..545b96e7 100644 --- a/build.sbt +++ b/build.sbt @@ -94,7 +94,7 @@ libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.15" % "test", "org.mockito" % "mockito-all" % "1.10.19" % "test", "joda-time" % "joda-time" % "2.12.2" % "test", - "org.joda" % "joda-convert" % "2.2.2" % "test", + "org.joda" % "joda-convert" % "2.2.3" % "test", "org.slf4j" % "slf4j-api" % "2.0.6" % "test" )