From f6ba422c9bcf594fc8982abbdb63a49935ce5728 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 14:11:58 +0000 Subject: [PATCH] Update commons-codec to 1.16.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 996e2569d..109e336d6 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val orgAntlr4Ver = "4.13.0" val jlineVer = "3.25.1" val commonsIoVer = "2.14.0" val commonsLang3Ver = "3.13.0" -val commonsCodecVer = "1.16.0" +val commonsCodecVer = "1.16.1" val commonsCollectionsVer = "4.4" val gsonVer = "2.10.1" val jacksonVer = "2.15.3"