diff options
author | Tim Allison <tallison@apache.org> | 2018-08-16 18:36:47 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2018-08-16 18:36:47 +0000 |
commit | 7a59d0441b45cf48d834d28aad77c152181d9a58 (patch) | |
tree | 6b062e2b9eeee92e3a8d59a2def3de587b938edc /maven | |
parent | 5833e6fe953deb70cccd9fea2acfc7d90edfcce2 (diff) | |
download | poi-7a59d0441b45cf48d834d28aad77c152181d9a58.tar.gz poi-7a59d0441b45cf48d834d28aad77c152181d9a58.zip |
62630 -- upgrad commons-compress
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/poi-ooxml.pom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index caadc95527..5b3ec7959d 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -72,7 +72,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.17</version> + <version>1.18</version> </dependency> <dependency> <groupId>com.github.virtuald</groupId> |