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 /build.gradle | |
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 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index bf5e8aefcc..ed7097ab60 100644 --- a/build.gradle +++ b/build.gradle @@ -219,7 +219,7 @@ project('ooxml') { compile 'org.apache.xmlbeans:xmlbeans:3.0.0' compile 'org.apache.commons:commons-collections4:4.2' compile 'org.apache.commons:commons-math3:3.6.1' - compile 'org.apache.commons:commons-compress:1.17' + compile 'org.apache.commons:commons-compress:1.18' compile 'org.apache.santuario:xmlsec:2.1.0' compile 'org.bouncycastle:bcpkix-jdk15on:1.59' compile 'com.github.virtuald:curvesapi:1.05' |