From 3b7a01b8049675e6f852da84f4a41d021a97c2e7 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 9 Feb 2024 16:38:15 +0000 Subject: [PATCH] Upgrade commons-codec dependency to 1.16.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915695 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 53e77dae90..cea68b9b3c 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { ext { bouncyCastleVersion = '1.77' - commonsCodecVersion = '1.16.0' + commonsCodecVersion = '1.16.1' commonsCompressVersion = '1.25.0' commonsIoVersion = '2.15.1' commonsMathVersion = '3.6.1' diff --git a/build.xml b/build.xml index 81a9437e15..f8422b025d 100644 --- a/build.xml +++ b/build.xml @@ -263,7 +263,7 @@ under the License. - + @@ -2568,7 +2568,7 @@ under the License. - + -- 2.39.5