From 991afd1625cf8a432c4f9951c898f49995221a6c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 03:07:56 +0000 Subject: [PATCH] Update joda-time to 2.12.7 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d68dbd2f..211349ca 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val playSwagger = project.in(file("core")) "com.github.takezoe" %% "runtime-scaladoc-reader" % "1.0.3", "org.scalameta" %% "scalameta" % "4.8.5", "net.steppschuh.markdowngenerator" % "markdowngenerator" % "1.3.1.1", - "joda-time" % "joda-time" % "2.12.5" % Test, + "joda-time" % "joda-time" % "2.12.7" % Test, "com.google.errorprone" % "error_prone_annotations" % "2.20.0" % Test ), libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always,