aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-11-09 20:11:11 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-11-09 20:11:11 +0000
commit134b4ba762f33a2575092653ab73e416af1e0034 (patch)
tree4625c8e807eacd8ee1d8c4017254868639de5649 /build.gradle
parent257670bf26497d3331243d253f846fa9005fc324 (diff)
downloadpoi-134b4ba762f33a2575092653ab73e416af1e0034.tar.gz
poi-134b4ba762f33a2575092653ab73e416af1e0034.zip
#64867 - Provide PDF rendering with PPTX2PNG
remove pdfbox-graphics2d workaround and update its version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883236 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 47aa68d6b3..87ed66d6ff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -295,7 +295,7 @@ project('ooxml') {
compile 'org.apache.pdfbox:pdfbox:2.0.19'
compile 'org.apache.pdfbox:fontbox:2.0.19'
- compile 'de.rototor.pdfbox:graphics2d:0.27'
+ compile 'de.rototor.pdfbox:graphics2d:0.28'
// for ooxml-lite, should we move this somewhere else?
compile "junit:junit:${junitVersion}"