diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-11-12 09:52:42 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-11-12 09:52:42 +0000 |
commit | 7bc2dced2f7d7506b7e3d197635fe2fcaaebe16d (patch) | |
tree | 2c8c138782c64aec0214233b7222839a079506ad /build.gradle | |
parent | 1d620e87143fffd6e49abf1f2e19631b4313656c (diff) | |
download | poi-7bc2dced2f7d7506b7e3d197635fe2fcaaebe16d.tar.gz poi-7bc2dced2f7d7506b7e3d197635fe2fcaaebe16d.zip |
revert log4j and xmlbeans upgrades due to log4j issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 722f134277..c26317ef68 100644 --- a/build.gradle +++ b/build.gradle @@ -124,10 +124,10 @@ subprojects { commonsIoVersion = '2.17.0' commonsMathVersion = '3.6.1' junitVersion = '5.11.3' - log4jVersion = '2.24.1' + log4jVersion = '2.23.1' mockitoVersion = '4.11.0' hamcrestVersion = '3.0' - xmlbeansVersion = '5.2.2' + xmlbeansVersion = '5.2.1' batikVersion = '1.18' graphics2dVersion = '3.0.2' pdfboxVersion = '3.0.3' |