Skip to content

Commit

Permalink
Merge pull request #137 from scala-steward/update/9.x/commons-codec-1…
Browse files Browse the repository at this point in the history
….17.0

[9.x] commons-codec 1.17.0 (was 1.16.1)
  • Loading branch information
mkurz committed May 6, 2024
2 parents 439ec1d + 120223b commit 000b7fb
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 @@ -37,7 +37,7 @@ object Dependencies {
}

val argon2 = "de.mkammerer" % "argon2-jvm" % "2.11"
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1"
val commonsCodec = "commons-codec" % "commons-codec" % "1.17.0"
val jbcrypt = "de.svenkubiak" % "jBCrypt" % "0.4.3"
val jwt = "com.auth0" % "java-jwt" % "3.19.4"
val scalaGuice = "net.codingwell" %% "scala-guice" % "6.0.0"
Expand Down

0 comments on commit 000b7fb

Please sign in to comment.