diff --git a/build.xml b/build.xml
index 1c4d0e00c0..1b73a58da3 100644
--- a/build.xml
+++ b/build.xml
@@ -326,7 +326,7 @@ under the License.
-
+
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 99f8a5a762..5d2a32425e 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -82,7 +82,7 @@ dependencies {
rendersignImplementation "org.bouncycastle:bcpkix-jdk15on:${bouncyCastleVersion}"
rendersignImplementation "org.bouncycastle:bcutil-jdk15on:${bouncyCastleVersion}"
- renderImplementation 'de.rototor.pdfbox:graphics2d:0.32'
+ renderImplementation 'de.rototor.pdfbox:graphics2d:0.33'
renderImplementation "org.apache.xmlgraphics:batik-svggen:${batikVersion}"
renderImplementation("org.apache.xmlgraphics:batik-svgrasterizer:${batikVersion}") {
exclude group: 'xalan', module: 'xalan'
@@ -103,7 +103,7 @@ dependencies {
}
}
- rendersignImplementation 'de.rototor.pdfbox:graphics2d:0.32'
+ rendersignImplementation 'de.rototor.pdfbox:graphics2d:0.33'
rendersignImplementation "org.apache.xmlgraphics:batik-svggen:${batikVersion}"
rendersignImplementation("org.apache.xmlgraphics:batik-svgrasterizer:${batikVersion}") {
exclude group: 'xalan', module: 'xalan'