From 7933b53287462b8d6f800087764fb890c66e5cd6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 8 Sep 2024 00:23:45 +0000 Subject: [PATCH] log4j 2.24.0 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920512 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 ce841ae624..b9a1c1bd62 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ subprojects { commonsIoVersion = '2.16.1' commonsMathVersion = '3.6.1' junitVersion = '5.11.0' - log4jVersion = '2.23.1' + log4jVersion = '2.24.0' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.2.1' diff --git a/build.xml b/build.xml index 90a29756f9..44f78b6a43 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..58d195ac99 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.23.1 + 2.24.0 test -- 2.39.5