From 08436ddf7fd8039118ff073b8dac02b4b5e67774 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 11 Mar 2024 17:48:11 +0000 Subject: [PATCH] upgrade commons-compress and log4j git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916233 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 4 ++-- build.xml | 12 ++++++------ osgi/pom.xml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 08bb2df95c..151807f096 100644 --- a/build.gradle +++ b/build.gradle @@ -120,11 +120,11 @@ subprojects { ext { bouncyCastleVersion = '1.77' commonsCodecVersion = '1.16.1' - commonsCompressVersion = '1.26.0' + commonsCompressVersion = '1.26.1' commonsIoVersion = '2.15.1' commonsMathVersion = '3.6.1' junitVersion = '5.10.2' - log4jVersion = '2.23.0' + log4jVersion = '2.23.1' mockitoVersion = '4.11.0' hamcrestVersion = '2.2' xmlbeansVersion = '5.2.0' diff --git a/build.xml b/build.xml index b65e30fe6a..6b9d53349a 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -333,7 +333,7 @@ under the License. - + @@ -2575,9 +2575,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index 711e665989..7fb1609167 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.23.0 + 2.23.1 test -- 2.39.5