From fded4957dbafb8be700c4b26b9e593f3a140488b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 20 Feb 2024 12:01:15 +0000 Subject: [PATCH] commons-compress 1.26.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915892 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cea68b9b3c..a65d17c6a6 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ subprojects { ext { bouncyCastleVersion = '1.77' commonsCodecVersion = '1.16.1' - commonsCompressVersion = '1.25.0' + commonsCompressVersion = '1.26.0' commonsIoVersion = '2.15.1' commonsMathVersion = '3.6.1' junitVersion = '5.10.2' diff --git a/build.xml b/build.xml index 5e4dfec726..493a9a99b7 100644 --- a/build.xml +++ b/build.xml @@ -333,7 +333,7 @@ under the License. - + -- 2.39.5