diff --git a/build.gradle b/build.gradle index d3ccc8bf91..cf5f0d7222 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ subprojects { mockitoVersion = '4.11.0' hamcrestVersion = '3.0' xmlbeansVersion = '5.3.0' - batikVersion = '1.18' + batikVersion = '1.19' graphics2dVersion = '3.0.3' pdfboxVersion = '3.0.5' saxonVersion = '12.5' diff --git a/build.xml b/build.xml index 3ba1ae2f19..adfb5c507e 100644 --- a/build.xml +++ b/build.xml @@ -306,25 +306,25 @@ under the License. - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/poi-ooxml/src/main/java9/module-info.java b/poi-ooxml/src/main/java9/module-info.java index d740345f59..09d7ab4ede 100644 --- a/poi-ooxml/src/main/java9/module-info.java +++ b/poi-ooxml/src/main/java9/module-info.java @@ -95,8 +95,7 @@ module org.apache.poi.ooxml { /* optional dependencies for slideshow rendering via PPTX2PNG */ requires static org.apache.xmlgraphics.batik.anim; requires static org.apache.xmlgraphics.batik.awt.util; - /* this typo appears in Batik 1.18 and will be fixed in a future release */ - requires static org.apache.xmlgraphics.batik.brdige; + requires static org.apache.xmlgraphics.batik.bridge; requires static org.apache.xmlgraphics.batik.codec; requires static org.apache.xmlgraphics.batik.constants; requires static org.apache.xmlgraphics.batik.css; diff --git a/poi-ooxml/src/test/java9/module-info.java b/poi-ooxml/src/test/java9/module-info.java index 3c6276dfd6..84e307d37f 100644 --- a/poi-ooxml/src/test/java9/module-info.java +++ b/poi-ooxml/src/test/java9/module-info.java @@ -96,8 +96,7 @@ module org.apache.poi.ooxml { /* optional dependencies for slideshow rendering via PPTX2PNG */ requires static org.apache.xmlgraphics.batik.anim; requires static org.apache.xmlgraphics.batik.awt.util; - /* this typo appears in Batik 1.18 and will be fixed in a future release */ - requires static org.apache.xmlgraphics.batik.brdige; + requires static org.apache.xmlgraphics.batik.bridge; requires static org.apache.xmlgraphics.batik.codec; requires static org.apache.xmlgraphics.batik.constants; requires static org.apache.xmlgraphics.batik.css;