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. - + 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 @@ de.rototor.pdfbox graphics2d - 0.28 + 0.29 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 @@ de.rototor.pdfbox graphics2d - 0.28 + 0.29