diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-29 15:17:02 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-29 15:17:02 +0000 |
commit | cbaf6def42a6070efc42b9403cd8021e5ae879b8 (patch) | |
tree | ac5b7ea4dbb9225d9825664687d2ec5925cebc06 /poi-ooxml/build.gradle | |
parent | c202e5d38b0876e2d525aebfaa67970257a17588 (diff) | |
download | poi-cbaf6def42a6070efc42b9403cd8021e5ae879b8.tar.gz poi-cbaf6def42a6070efc42b9403cd8021e5ae879b8.zip |
upgrade graphics2d - 0.33
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893727 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-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 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' |