From cbaf6def42a6070efc42b9403cd8021e5ae879b8 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 29 Sep 2021 15:17:02 +0000 Subject: [PATCH] upgrade graphics2d - 0.33 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893727 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 +- poi-ooxml/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 1c4d0e00c0..1b73a58da3 100644 --- a/build.xml +++ b/build.xml @@ -326,7 +326,7 @@ under the License. - + 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' -- 2.39.5