From 295e1d0bc95ed2c95171fb2a34f5beb520cb1c1d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 20 Aug 2024 16:28:30 +0000 Subject: [PATCH] upgrade commons-compress git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920072 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 e3d15c20d9..d91dc74853 100644 --- a/build.gradle +++ b/build.gradle @@ -120,7 +120,7 @@ subprojects { ext { bouncyCastleVersion = '1.78.1' commonsCodecVersion = '1.17.1' - commonsCompressVersion = '1.27.0' + commonsCompressVersion = '1.27.1' commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' junitVersion = '5.11.0' diff --git a/build.xml b/build.xml index 1312b9c73a..c965a89bb7 100644 --- a/build.xml +++ b/build.xml @@ -333,7 +333,7 @@ under the License. - + -- 2.39.5