diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-21 09:49:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-21 09:49:54 +0000 |
commit | 4dc28798bf9c61a0481b8cfe24fc73024d777956 (patch) | |
tree | e73e0420759814edf47b65a875109bb3dd43a449 /build.gradle | |
parent | fabbab41f0275378d8f4a2d6755c971d6a796fb8 (diff) | |
download | poi-4dc28798bf9c61a0481b8cfe24fc73024d777956.tar.gz poi-4dc28798bf9c61a0481b8cfe24fc73024d777956.zip |
commons-collections4 - 4.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index bd69a46547..66d800bbe2 100644 --- a/build.gradle +++ b/build.gradle @@ -180,7 +180,7 @@ project('main') { dependencies { compile 'commons-codec:commons-codec:1.11' compile 'commons-logging:commons-logging:1.2' - compile 'org.apache.commons:commons-collections4:4.2' + compile 'org.apache.commons:commons-collections4:4.3' compile 'org.apache.commons:commons-math3:3.6.1' compile 'javax.xml.bind:jaxb-api:2.3.0' compile 'com.sun.xml.bind:jaxb-impl:2.3.0.1' @@ -231,7 +231,7 @@ project('ooxml') { dependencies { compile 'org.apache.xmlbeans:xmlbeans:3.0.3' - compile 'org.apache.commons:commons-collections4:4.2' + compile 'org.apache.commons:commons-collections4:4.3' compile 'org.apache.commons:commons-math3:3.6.1' compile 'org.apache.commons:commons-compress:1.18' compile 'org.apache.santuario:xmlsec:2.1.0' |