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 /sonar/ooxml/pom.xml | |
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 'sonar/ooxml/pom.xml')
-rw-r--r-- | sonar/ooxml/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <dependency> <groupId>de.rototor.pdfbox</groupId> <artifactId>graphics2d</artifactId> - <version>0.29</version> + <version>0.30</version> </dependency> </dependencies> </project> |