diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-12-25 01:59:24 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-12-25 01:59:24 +0000 |
commit | a2d728cbe6d9547f6327392ce8796d6826a3374e (patch) | |
tree | 5318276d56a947213c5f3d0356dda8a35caa2e2a /build.gradle | |
parent | 6b6e96e07db49b40873f4a2c844e31c7b52aa63c (diff) | |
download | poi-a2d728cbe6d9547f6327392ce8796d6826a3374e.tar.gz poi-a2d728cbe6d9547f6327392ce8796d6826a3374e.zip |
upgrade pdfbox and pdfbox-graphics2d
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884786 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
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}" |