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 /poi-examples | |
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 'poi-examples')
-rw-r--r-- | poi-examples/src/main/groovy/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-examples/src/main/groovy/build.gradle b/poi-examples/src/main/groovy/build.gradle index cc8e6f738f..653471e501 100644 --- a/poi-examples/src/main/groovy/build.gradle +++ b/poi-examples/src/main/groovy/build.gradle @@ -23,8 +23,8 @@ repositories { } dependencies { compile 'org.codehaus.groovy:groovy-all:2.4.21' - compile 'org.apache.poi:poi:5.2.2' - compile 'org.apache.poi:poi-ooxml:5.2.2' + compile 'org.apache.poi:poi:5.2.1' + compile 'org.apache.poi:poi-ooxml:5.2.1' } // Our files are in the current directory |