You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2023/05/16 15:06:32 UTC

svn commit: r1909859 - in /poi/trunk: build.gradle build.xml

Author: fanningpj
Date: Tue May 16 15:06:32 2023
New Revision: 1909859

URL: http://svn.apache.org/viewvc?rev=1909859&view=rev
Log:
graphics2d 0.43

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1909859&r1=1909858&r2=1909859&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Tue May 16 15:06:32 2023
@@ -128,7 +128,7 @@ subprojects {
         hamcrestVersion = '2.2'
         xmlbeansVersion = '5.1.1'
         batikVersion = '1.16'
-        graphics2dVersion = '0.42'
+        graphics2dVersion = '0.43'
         pdfboxVersion = '2.0.28'
         saxonVersion = '11.5'
         apiGuardianVersion = '1.1.2'

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1909859&r1=1909858&r2=1909859&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue May 16 15:06:32 2023
@@ -327,7 +327,7 @@ under the License.
     <dependency prefix="svg.batik-xml" artifact="org.apache.xmlgraphics:batik-xml:1.16" usage="ooxml-batik"/>
     <dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:2.0.28" usage="ooxml-provided"/>
     <dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.28" usage="ooxml-provided"/>
-    <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.42" usage="ooxml-provided"/>
+    <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.43" 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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org