diff --git a/build.gradle b/build.gradle index 91742edd99..5ee9c194bb 100644 --- a/build.gradle +++ b/build.gradle @@ -296,9 +296,9 @@ project('ooxml') { compile 'xml-apis:xml-apis-ext:1.3.04' compile 'org.apache.xmlgraphics:xmlgraphics-commons:2.4' - compile 'org.apache.pdfbox:pdfbox:2.0.21' - compile 'org.apache.pdfbox:fontbox:2.0.21' - compile 'de.rototor.pdfbox:graphics2d:0.29' + compile 'org.apache.pdfbox:pdfbox:2.0.22' + compile 'org.apache.pdfbox:fontbox:2.0.22' + compile 'de.rototor.pdfbox:graphics2d:0.30' // for ooxml-lite, should we move this somewhere else? compile "junit:junit:${junitVersion}" diff --git a/build.xml b/build.xml index 3b9f35c803..836e149ffb 100644 --- a/build.xml +++ b/build.xml @@ -305,9 +305,9 @@ under the License. - - - + + + diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 4045e19ca2..3a1e994eb3 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -99,7 +99,7 @@ de.rototor.pdfbox graphics2d - 0.29 + 0.30 diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index bc8a04de38..8ae9d05224 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -184,7 +184,7 @@ de.rototor.pdfbox graphics2d - 0.29 + 0.30