aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-09-08 00:30:33 +0000
committerPJ Fanning <fanningpj@apache.org>2024-09-08 00:30:33 +0000
commit6464543fb2ab473abe3d34e407f6fc015341e259 (patch)
treeb5bb2e99ad5c477be7c9786128b934d5a586a931 /build.gradle
parent7933b53287462b8d6f800087764fb890c66e5cd6 (diff)
downloadpoi-6464543fb2ab473abe3d34e407f6fc015341e259.tar.gz
poi-6464543fb2ab473abe3d34e407f6fc015341e259.zip
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
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 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'