diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-09-08 00:30:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-09-08 00:30:33 +0000 |
commit | 6464543fb2ab473abe3d34e407f6fc015341e259 (patch) | |
tree | b5bb2e99ad5c477be7c9786128b934d5a586a931 /build.gradle | |
parent | 7933b53287462b8d6f800087764fb890c66e5cd6 (diff) | |
download | poi-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.gradle | 2 |
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' |