From 84824170d8a4a39a30b5b69c4a7b1df34d8422be Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 9 Aug 2024 16:01:41 +0000 Subject: [PATCH] commons-compress 1.27.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919785 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 ff105dd552..b96d85b4ee 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ subprojects { ext { bouncyCastleVersion = '1.78.1' commonsCodecVersion = '1.17.1' - commonsCompressVersion = '1.26.2' + commonsCompressVersion = '1.27.0' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' junitVersion = '5.10.3' diff --git a/build.xml b/build.xml index 9b42529a06..9ce30831e3 100644 --- a/build.xml +++ b/build.xml @@ -333,7 +333,7 @@ under the License. - + -- 2.39.5