From 212863741fc4790259d345a70608d25cec31a4d6 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Mon, 28 Jun 2021 16:28:21 +0000 Subject: [PATCH] upgrade pdfbox dependency git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891107 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 9 +++++---- poi-ooxml/build.gradle | 4 ++-- sonar/ooxml/pom.xml | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) 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 -- 2.39.5