From 6464543fb2ab473abe3d34e407f6fc015341e259 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 8 Sep 2024 00:30:33 +0000 Subject: [PATCH] revert log4j 2.24.0 due to build issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920515 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 b9a1c1bd62..ce841ae624 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.24.0' + log4jVersion = '2.23.1' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.2.1' diff --git a/build.xml b/build.xml index 44f78b6a43..90a29756f9 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 58d195ac99..f8357538e5 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.24.0 + 2.23.1 test -- 2.39.5