diff --git a/build.xml b/build.xml
index a347d42b02..e709ae0b22 100644
--- a/build.xml
+++ b/build.xml
@@ -323,9 +323,9 @@ under the License.
-
-
-
+
+
+
@@ -336,7 +336,7 @@ under the License.
-
+
@@ -692,6 +692,7 @@ under the License.
+
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 0450e9464a..0c6668afd8 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -60,7 +60,7 @@ dependencies {
implementation "org.apache.xmlgraphics:batik-codec:${batikVersion}"
implementation "org.apache.xmlgraphics:batik-svgrasterizer:${batikVersion}"
- api 'de.rototor.pdfbox:graphics2d:0.30'
+ api 'de.rototor.pdfbox:graphics2d:0.32'
testImplementation project(':poi-scratchpad')
@@ -73,7 +73,7 @@ dependencies {
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.26'
testImplementation 'com.google.guava:guava:30.0-jre'
- // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.30 dependency
+ // prevent slf4j warnings coming from xmlsec -> slf4j-api 1.7.31 dependency
// see https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1'
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index ed947471c9..41f1523351 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -175,7 +175,7 @@
de.rototor.pdfbox
graphics2d
- 0.31
+ 0.32