aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--build.xml2
-rw-r--r--maven/poi-ooxml.pom2
-rw-r--r--sonar/ooxml/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index e9b71861df..df43dffc5f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -295,7 +295,7 @@ project('ooxml') {
compile 'org.apache.pdfbox:pdfbox:2.0.21'
compile 'org.apache.pdfbox:fontbox:2.0.21'
- compile 'de.rototor.pdfbox:graphics2d:0.28'
+ compile 'de.rototor.pdfbox:graphics2d:0.29'
// for ooxml-lite, should we move this somewhere else?
compile "junit:junit:${junitVersion}"
diff --git a/build.xml b/build.xml
index 5293432ec3..04240ba109 100644
--- a/build.xml
+++ b/build.xml
@@ -300,7 +300,7 @@ under the License.
<dependency prefix="svg.batik-all" artifact="org.apache.xmlgraphics:batik-all:1.13" usage="ooxml-provided"/>
<dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:2.0.21" usage="ooxml-provided"/>
<dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:2.0.21" usage="ooxml-provided"/>
- <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.28" usage="ooxml-provided"/>
+ <dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:0.29" 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"/>
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom
index 98a57b28fc..1d52791c4d 100644
--- a/maven/poi-ooxml.pom
+++ b/maven/poi-ooxml.pom
@@ -99,7 +99,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
- <version>0.28</version>
+ <version>0.29</version>
</dependency>
</dependencies>
</project>
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml
index 6ba47032dc..883ba084eb 100644
--- a/sonar/ooxml/pom.xml
+++ b/sonar/ooxml/pom.xml
@@ -190,7 +190,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
- <version>0.28</version>
+ <version>0.29</version>
</dependency>
</dependencies>
</project>