Author: fanningpj
Date: Mon May 13 15:49:36 2024
New Revision: 1917702
URL: http://svn.apache.org/viewvc?rev=1917702&view=rev
Log:
graphics2d 3.0.2
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=1917702&r1=1917701&r2=1917702&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon May 13 15:49:36 2024
@@ -129,7 +129,7 @@ subprojects {
hamcrestVersion = '2.2'
xmlbeansVersion = '5.2.0'
batikVersion = '1.17'
- graphics2dVersion = '3.0.1'
+ graphics2dVersion = '3.0.2'
pdfboxVersion = '3.0.2'
saxonVersion = '12.4'
xmlSecVersion = '3.0.4'
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1917702&r1=1917701&r2=1917702&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon May 13 15:49:36 2024
@@ -328,7 +328,7 @@ under the License.
<dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:3.0.2"
usage="ooxml-provided"/>
<dependency prefix="pdf.pdfbox.io"
artifact="org.apache.pdfbox:pdfbox-io:3.0.2" usage="ooxml-provided"/>
<dependency prefix="pdf.fontbox"
artifact="org.apache.pdfbox:fontbox:3.0.2" usage="ooxml-provided"/>
- <dependency prefix="pdf.graphics2d"
artifact="de.rototor.pdfbox:graphics2d:3.0.1" usage="ooxml-provided"/>
+ <dependency prefix="pdf.graphics2d"
artifact="de.rototor.pdfbox:graphics2d:3.0.2" 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.08" usage="ooxml"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]