From fe34b860dd9c65a2bef2b10b6ae3eab6e2eca167 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 12 Mar 2026 16:45:03 +0000 Subject: [PATCH] Update commons-codec to 1.21.0 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 8fa7eef9a..25598e759 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -64,7 +64,7 @@ object Dependencies { val rediscala = "com.github.etaty" %% "rediscala" % "1.9.0" // See: https://commons.apache.org/proper/commons-codec/changes.html - val apacheCommonsCodec = "commons-codec" % "commons-codec" % "1.20.0" + val apacheCommonsCodec = "commons-codec" % "commons-codec" % "1.21.0" // See: https://commons.apache.org/proper/commons-validator/changes-report.html val apacheCommonsValidator = "commons-validator" % "commons-validator" % "1.10.1"