]> source.dussan.org Git - poi.git/commitdiff
xmlbeans 5.2.2
authorPJ Fanning <fanningpj@apache.org>
Tue, 5 Nov 2024 10:38:30 +0000 (10:38 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 5 Nov 2024 10:38:30 +0000 (10:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921776 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index f725b3b5cc9b0ae4824ae8935820a7fccb185126..8d991ac137b10ea26b15b4e5da1cd2d16159c812 100644 (file)
@@ -127,7 +127,7 @@ subprojects {
         log4jVersion = '2.24.1'
         mockitoVersion = '4.11.0'
         hamcrestVersion = '3.0'
-        xmlbeansVersion = '5.2.1'
+        xmlbeansVersion = '5.2.2'
         batikVersion = '1.18'
         graphics2dVersion = '3.0.2'
         pdfboxVersion = '3.0.3'
index 32fee988cb32b202ed9abd6b80e02e9ec7a38f31..81a593a817adf40192bcb3b48a2939bd70864d5b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -332,7 +332,7 @@ under the License.
 
     <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
     <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.08" usage="ooxml"/>
-    <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.2.0" usage="ooxml"/>
+    <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.2.2" usage="ooxml"/>
     <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.27.1" usage="ooxml"/>
     <dependency prefix="ooxml.commons-lang3" artifact="org.apache.commons:commons-lang3:3.12.0" usage="ooxml"/>