From cb48744bd1527e09c9aadce02e1964b75c41d1e6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 23 Jul 2025 13:18:38 +0000 Subject: [PATCH] Update commons-codec to 1.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7755003e6..347cb3426 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val orgAntlr4Ver = "4.13.0" val jlineVer = "3.30.2" val commonsIoVer = "2.19.0" val commonsLang3Ver = "3.17.0" -val commonsCodecVer = "1.18.0" +val commonsCodecVer = "1.19.0" val commonsCollectionsVer = "4.5.0" val gsonVer = "2.13.1" val apacheOpennlpVer = "2.5.4"