From 2b664bdd839f7d7616cee7b377d4b1d7df936517 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 13:09:49 +0000 Subject: [PATCH] Update joda-time to 2.12.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 97a3ebc..d79eaee 100644 --- a/build.sbt +++ b/build.sbt @@ -183,7 +183,7 @@ lazy val `joda-time` = { project in file("modules/joda-time") } .settings( commonSettings, name := "scala-jsonschema-joda-time", - libraryDependencies += "joda-time" % "joda-time" % "2.12.5" + libraryDependencies += "joda-time" % "joda-time" % "2.12.6" ) lazy val `cats` = { project in file("modules/cats") }