]> source.dussan.org Git - poi.git/commitdiff
upgrade graphics2d
authorPJ Fanning <fanningpj@apache.org>
Mon, 29 Aug 2022 12:40:23 +0000 (12:40 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 29 Aug 2022 12:40:23 +0000 (12:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903755 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index a052f4276be1e25f1810348f7895a581968f8142..7a30e155fb758a5226b7e77b61d0c0c9847521d1 100644 (file)
@@ -151,7 +151,7 @@ subprojects {
         hamcrestVersion = '2.2'
         xmlbeansVersion = '5.1.1'
         batikVersion = '1.14'
-        graphics2dVersion = '0.38'
+        graphics2dVersion = '0.40'
         pdfboxVersion = '2.0.26'
         saxonVersion = '11.4'
         apiGuardianVersion = '1.1.2'
index 9a4a81d142e0fe6f73cbbbb60a148f48cfb96c25..680d677b56dc365bfed5e8c89a7b7430a59029b1 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -327,7 +327,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.26" usage="ooxml-provided"/>
     <dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.26" usage="ooxml-provided"/>
-    <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.38" usage="ooxml-provided"/>
+    <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.40" 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"/>