Author: fanningpj
Date: Thu Mar 25 09:21:04 2021
New Revision: 1888058

URL: http://svn.apache.org/viewvc?rev=1888058&view=rev
Log:
[github-233] Updated de.rototor.pdfbox:graphics2d to 0.31. Thanks to Tobias 
Stadler. This closes #233

Modified:
    poi/trunk/build.gradle
    poi/trunk/build.xml
    poi/trunk/maven/poi-ooxml.pom
    poi/trunk/sonar/ooxml/pom.xml

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1888058&r1=1888057&r2=1888058&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Thu Mar 25 09:21:04 2021
@@ -312,7 +312,7 @@ project('ooxml') {
         }
         implementation "org.apache.xmlgraphics:batik-codec:${batikVersion}"
 
-        api 'de.rototor.pdfbox:graphics2d:0.30'
+        api 'de.rototor.pdfbox:graphics2d:0.31'
 
         api project(':main')
         api 
files("../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar")

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1888058&r1=1888057&r2=1888058&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Mar 25 09:21:04 2021
@@ -323,7 +323,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.22" 
usage="ooxml-provided"/>
     <dependency prefix="pdf.fontbox" 
artifact="org.apache.pdfbox:fontbox:2.0.22" usage="ooxml-provided"/>
-    <dependency prefix="pdf.graphics2d" 
artifact="de.rototor.pdfbox:graphics2d:0.30" usage="ooxml-provided"/>
+    <dependency prefix="pdf.graphics2d" 
artifact="de.rototor.pdfbox:graphics2d:0.31" 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"/>

Modified: poi/trunk/maven/poi-ooxml.pom
URL: 
http://svn.apache.org/viewvc/poi/trunk/maven/poi-ooxml.pom?rev=1888058&r1=1888057&r2=1888058&view=diff
==============================================================================
--- poi/trunk/maven/poi-ooxml.pom (original)
+++ poi/trunk/maven/poi-ooxml.pom Thu Mar 25 09:21:04 2021
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>de.rototor.pdfbox</groupId>
             <artifactId>graphics2d</artifactId>
-            <version>0.30</version>
+            <version>0.31</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>

Modified: poi/trunk/sonar/ooxml/pom.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml/pom.xml?rev=1888058&r1=1888057&r2=1888058&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml/pom.xml (original)
+++ poi/trunk/sonar/ooxml/pom.xml Thu Mar 25 09:21:04 2021
@@ -175,7 +175,7 @@
         <dependency>
             <groupId>de.rototor.pdfbox</groupId>
             <artifactId>graphics2d</artifactId>
-            <version>0.30</version>
+            <version>0.31</version>
         </dependency>
 
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to