From 5b276788b5f57d622bf8cc57c821d61396187a23 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:12:32 +0100 Subject: [PATCH] commons-codec 1.18.0 (was 1.17.2) (#205) --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 1608668e..dabf5298 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -37,7 +37,7 @@ object Dependencies { } val argon2 = "de.mkammerer" % "argon2-jvm" % "2.11" - val commonsCodec = "commons-codec" % "commons-codec" % "1.17.2" + val commonsCodec = "commons-codec" % "commons-codec" % "1.18.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"