From 9b5c5489e9f8f97ec6c9422d528827f505343492 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 30 Jul 2026 15:03:18 +0000 Subject: [PATCH] Update commons-codec to 1.22.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2552aaf..52e82ab 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val avsCommonsVersion = "2.28.0" val slf4jVersion = "2.0.18" val logbackVersion = "1.5.38" // Tests only val commonsLang3Version = "3.20.0" -val commonsCodecVersion = "1.22.0" +val commonsCodecVersion = "1.22.1" val guavaVersion = "33.6.0-jre" val commonsNetVersion = "3.13.0" val scalatestVersion = "3.2.20"