Author: fanningpj
Date: Mon Feb 28 13:24:31 2022
New Revision: 1898475
URL: http://svn.apache.org/viewvc?rev=1898475&view=rev
Log:
graphics2d 0.35
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=1898475&r1=1898474&r2=1898475&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Feb 28 13:24:31 2022
@@ -123,7 +123,7 @@ subprojects {
hamcrestVersion = '2.2'
xmlbeansVersion = '5.0.3'
batikVersion = '1.14'
- graphics2dVersion = '0.34'
+ graphics2dVersion = '0.35'
pdfboxVersion = '2.0.25'
saxonVersion = '11.2'
apiGuardianVersion = '1.1.2'
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1898475&r1=1898474&r2=1898475&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Feb 28 13:24:31 2022
@@ -326,11 +326,11 @@ 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.34" usage="ooxml-provided"/>
+ <dependency prefix="pdf.graphics2d"
artifact="de.rototor.pdfbox:graphics2d:0.35" 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.06" usage="ooxml"/>
- <dependency prefix="ooxml.xmlbeans"
artifact="org.apache.xmlbeans:xmlbeans:5.0.2" usage="ooxml"/>
+ <dependency prefix="ooxml.curvesapi"
artifact="com.github.virtuald:curvesapi:1.07" usage="ooxml"/>
+ <dependency prefix="ooxml.xmlbeans"
artifact="org.apache.xmlbeans:xmlbeans:5.0.3" usage="ooxml"/>
<dependency prefix="ooxml.commons-compress"
artifact="org.apache.commons:commons-compress:1.21" usage="ooxml"/>
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars
target-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]