diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-02-14 23:00:49 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-02-14 23:00:49 +0000 |
commit | 71ec0721c82a62ecc8d8755a92ed1d5d92270e3d (patch) | |
tree | 983fe8329dbc0a5b122fd14b0b73bad9483eacc9 /sonar | |
parent | 33fdbda1b41254ea37134833d6fc46aa63ecc580 (diff) | |
download | poi-71ec0721c82a62ecc8d8755a92ed1d5d92270e3d.tar.gz poi-71ec0721c82a62ecc8d8755a92ed1d5d92270e3d.zip |
commons-compress 1.20
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-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 5fe89b2a2e..9a48891b08 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -152,7 +152,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.19</version> + <version>1.20</version> </dependency> <dependency> <groupId>com.github.virtuald</groupId> |