summaryrefslogtreecommitdiffstats
path: root/poi-ooxml/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-12-20 16:07:38 +0000
committerPJ Fanning <fanningpj@apache.org>2021-12-20 16:07:38 +0000
commit0b0f60db63e5b8e17d57ca2f6cf8d9f601832a44 (patch)
treeb850844665ac84b90c4adb9c472b48a9c54f85e2 /poi-ooxml/build.gradle
parente61dc89bff1f6dcc55672dda425425f2e62b3cfd (diff)
downloadpoi-0b0f60db63e5b8e17d57ca2f6cf8d9f601832a44.tar.gz
poi-0b0f60db63e5b8e17d57ca2f6cf8d9f601832a44.zip
update graphics2d
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896192 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r--poi-ooxml/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 2ed0eadf4b..3c225a8b18 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.33'
+ renderImplementation 'de.rototor.pdfbox:graphics2d:0.34'
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.33'
+ rendersignImplementation 'de.rototor.pdfbox:graphics2d:0.34'
rendersignImplementation "org.apache.xmlgraphics:batik-svggen:${batikVersion}"
rendersignImplementation("org.apache.xmlgraphics:batik-svgrasterizer:${batikVersion}") {
exclude group: 'xalan', module: 'xalan'