]> source.dussan.org Git - poi.git/commitdiff
upgrade graphics2d
authorPJ Fanning <fanningpj@apache.org>
Thu, 31 Mar 2022 13:52:32 +0000 (13:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 31 Mar 2022 13:52:32 +0000 (13:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899438 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index b3856943a3442e7891c7cd79e28833d3354610d9..3d38c8b7f2a313c35320434c614fb502667fee62 100644 (file)
@@ -150,7 +150,7 @@ subprojects {
         hamcrestVersion = '2.2'
         xmlbeansVersion = '5.0.3'
         batikVersion = '1.14'
-        graphics2dVersion = '0.35'
+        graphics2dVersion = '0.36'
         pdfboxVersion = '2.0.25'
         saxonVersion = '11.3'
         apiGuardianVersion = '1.1.2'
index 10a7e4b67381c68ac00e0f8b392c10f8a911bcfd..691ef64b7965d785b248083f692c6b8299616468 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -326,7 +326,7 @@ under the License.
     <dependency prefix="svg.batik-xml" artifact="org.apache.xmlgraphics:batik-xml:1.14" usage="ooxml-batik"/>
     <dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:2.0.25" usage="ooxml-provided"/>
     <dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.25" usage="ooxml-provided"/>
-    <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.35" usage="ooxml-provided"/>
+    <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.36" usage="ooxml-provided"/>
 
     <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
     <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.07" usage="ooxml"/>