aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-11-28 18:00:00 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-11-28 18:00:00 +0000
commit20c883b201b799899e7c1d8f4d781e567e9ad08b (patch)
tree88d4d6dde668d80c34fa949283a1b91348e8acaf /build.gradle
parent6ed1adfe15b13ccdd2b1c365e189a4f9e0c68ed2 (diff)
downloadpoi-20c883b201b799899e7c1d8f4d781e567e9ad08b.tar.gz
poi-20c883b201b799899e7c1d8f4d781e567e9ad08b.zip
upgrade to pdfbox-graphics2d 0.29
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883907 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 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}"