Skip to content

Commit

Permalink
Update joda-time to 2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 20, 2024
1 parent 63f90bf commit 09b8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ object Dependencies {
val typeSafeConfig = "com.typesafe" % "config" % "1.4.2"

val objenisis = "org.objenesis" % "objenesis" % "3.2"
val jodaTime = "joda-time" % "joda-time" % "2.12.5"
val jodaTime = "joda-time" % "joda-time" % "2.12.7"
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.7"
val logback = "ch.qos.logback" % "logback-classic" % "1.4.6"
val logstash = "net.logstash.logback" % "logstash-logback-encoder" % "7.3"
Expand Down

0 comments on commit 09b8796

Please sign in to comment.