From f1a5571a617b62219df99a5faf7eaa7ce4cf0850 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 30 Sep 2024 11:40:58 +0000 Subject: upgrade log4j git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921038 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 10 +++++----- osgi/pom.xml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 45c1300c8f..c3fe5a21d7 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ subprojects { commonsIoVersion = '2.17.0' commonsMathVersion = '3.6.1' junitVersion = '5.11.1' - log4jVersion = '2.23.1' + log4jVersion = '2.24.1' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.2.1' diff --git a/build.xml b/build.xml index fdb5c714bc..b486e6b5da 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -2582,9 +2582,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index f8357538e5..1980941e44 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.23.1 + 2.24.1 test -- cgit v1.2.3