diff --git a/build.gradle b/build.gradle index 722f134277b..c26317ef68a 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' diff --git a/build.xml b/build.xml index 11f99b889ed..84684d444ce 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ under the License. - + @@ -288,7 +288,7 @@ under the License. - + @@ -332,7 +332,7 @@ under the License. - + @@ -2582,9 +2582,9 @@ under the License. - - - + + + diff --git a/osgi/pom.xml b/osgi/pom.xml index 8b1a8cc1d2f..b43bb225541 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ org.apache.logging.log4j log4j-core - 2.24.1 + 2.23.1 test diff --git a/poi-examples/src/main/groovy/build.gradle b/poi-examples/src/main/groovy/build.gradle index cc8e6f738fe..653471e5015 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