From 0dac5680c31bc7b2014ce6b76cabf91adc39a908 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 16 Jul 2024 14:11:35 +0000 Subject: [PATCH] commons-codec 1.17.1 - no need to note Saxon upgrade (only used in tests) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919288 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 bc1c22d332..ff425b1bce 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { ext { bouncyCastleVersion = '1.78.1' - commonsCodecVersion = '1.17.0' + commonsCodecVersion = '1.17.1' commonsCompressVersion = '1.26.2' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' diff --git a/build.xml b/build.xml index e193f234ff..63753e60e1 100644 --- a/build.xml +++ b/build.xml @@ -263,7 +263,7 @@ under the License. - + @@ -2578,7 +2578,7 @@ under the License. - + -- 2.39.5