From 7bc2dced2f7d7506b7e3d197635fe2fcaaebe16d Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 12 Nov 2024 09:52:42 +0000 Subject: 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 --- poi-examples/src/main/groovy/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poi-examples') 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 -- cgit v1.2.3