diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-03-25 09:21:04 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-03-25 09:21:04 +0000 |
commit | 226ae7245895f34eca39a252e673349d5becfa5a (patch) | |
tree | f197fe0fb2e503e8eaff52da4d7baeed206eff98 /build.gradle | |
parent | 5866b2129c936948f455373d1bbd35121b2ea20d (diff) | |
download | poi-226ae7245895f34eca39a252e673349d5becfa5a.tar.gz poi-226ae7245895f34eca39a252e673349d5becfa5a.zip |
[github-233] Updated de.rototor.pdfbox:graphics2d to 0.31. Thanks to Tobias Stadler. This closes #233
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index eb7dff2a87..a7ee00d3fe 100644 --- a/build.gradle +++ b/build.gradle @@ -312,7 +312,7 @@ project('ooxml') { } implementation "org.apache.xmlgraphics:batik-codec:${batikVersion}" - api 'de.rototor.pdfbox:graphics2d:0.30' + api 'de.rototor.pdfbox:graphics2d:0.31' api project(':main') api files("../../build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version}.jar") |