diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-06-28 16:28:21 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-06-28 16:28:21 +0000 |
commit | 212863741fc4790259d345a70608d25cec31a4d6 (patch) | |
tree | 2b94e0410a8254433865b22c51657f35219de5c6 /poi-ooxml | |
parent | 2b1c3a6d2cdc92a4d01b062c163861fc695c4e4d (diff) | |
download | poi-212863741fc4790259d345a70608d25cec31a4d6.tar.gz poi-212863741fc4790259d345a70608d25cec31a4d6.zip |
upgrade pdfbox dependency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r-- | poi-ooxml/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
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' |