From 4c6a87158b52aa937f6e7125c2b8587bbca7d1da Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 12 Jul 2021 08:11:30 +0000 Subject: [PATCH] use xmlbeans 5.0.1 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891472 13f79535-47bb-0310-9956-ffa450edef68 --- build.gradle | 2 +- build.xml | 6 ++++-- maven/poi-ooxml-full.pom | 2 +- maven/poi-ooxml-lite.pom | 2 +- osgi/pom.xml | 2 +- sonar/pom.xml | 2 +- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 1281490993..13506ce248 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ subprojects { log4jVersion = '2.14.0' mockitoVersion = '3.6.0' hamcrestVersion = '2.2' - xmlbeansVersion = '5.0.0' + xmlbeansVersion = '5.0.1' batikVersion = '1.14' JAVA9_SRC = 'src/main/java9' diff --git a/build.xml b/build.xml index bacf083d18..3b57109cb1 100644 --- a/build.xml +++ b/build.xml @@ -330,7 +330,7 @@ under the License. - + @@ -688,7 +688,9 @@ under the License. - + + + diff --git a/maven/poi-ooxml-full.pom b/maven/poi-ooxml-full.pom index 3696f23e7b..e6795ea940 100644 --- a/maven/poi-ooxml-full.pom +++ b/maven/poi-ooxml-full.pom @@ -64,7 +64,7 @@ org.apache.xmlbeans xmlbeans - 5.0.0 + 5.0.1 diff --git a/maven/poi-ooxml-lite.pom b/maven/poi-ooxml-lite.pom index 9ad3a4b9a2..2d09069b9b 100644 --- a/maven/poi-ooxml-lite.pom +++ b/maven/poi-ooxml-lite.pom @@ -70,7 +70,7 @@ org.apache.xmlbeans xmlbeans - 5.0.0 + 5.0.1 diff --git a/osgi/pom.xml b/osgi/pom.xml index b16e9f9302..a8d866575a 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -29,7 +29,7 @@ Apache POI OSGi bundle UTF-8 - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT 4.12.0 diff --git a/sonar/pom.xml b/sonar/pom.xml index 9e0147ae42..085cedf7e0 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -79,7 +79,7 @@ target/site/jacoco/jacoco.xml - 5.0.0 + 5.0.1 5.7.1 2.8.2 3.6.28 -- 2.39.5