diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-09-04 16:55:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-09-04 16:55:00 +0000 |
commit | d51ca537ed0f4f945093669d71ac55ca69239111 (patch) | |
tree | bfdd1360535d667bcaa03db1b4f2231ff34f7b9b /build.gradle | |
parent | d9144dd039d7805562edbd741f6a6e45d1c342d0 (diff) | |
download | poi-d51ca537ed0f4f945093669d71ac55ca69239111.tar.gz poi-d51ca537ed0f4f945093669d71ac55ca69239111.zip |
[bug-63725] commons-compress 1.19
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866402 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 430f948b5e..1123e4790f 100644 --- a/build.gradle +++ b/build.gradle @@ -233,7 +233,7 @@ project('ooxml') { compile 'org.apache.xmlbeans:xmlbeans:3.1.0' compile 'org.apache.commons:commons-collections4:4.4' compile 'org.apache.commons:commons-math3:3.6.1' - compile 'org.apache.commons:commons-compress:1.18' + compile 'org.apache.commons:commons-compress:1.19' compile 'org.apache.santuario:xmlsec:2.1.2' compile 'org.bouncycastle:bcpkix-jdk15on:1.62' compile 'com.github.virtuald:curvesapi:1.06' |