Skip to content

Commit 1c0c132

Browse files
authored
Merge pull request #5 from scala-steward/update/joda-time-2.12.5
Update joda-time to 2.12.5
2 parents 63d929c + e2aba0d commit 1c0c132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ libraryDependencies ++= Seq(
6262
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
6363
"org.json4s" %% "json4s-native" % "4.0.6" % Test,
6464
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.0.0" % Test,
65-
"joda-time" % "joda-time" % "2.12.4" % Test,
65+
"joda-time" % "joda-time" % "2.12.5" % Test,
6666
"org.joda" % "joda-convert" % "2.2.3" % Test,
6767
"org.slf4j" % "slf4j-simple" % slf4jVersion % Test
6868
)

0 commit comments

Comments
 (0)