From: PJ Fanning Date: Sat, 31 Aug 2019 13:49:52 +0000 (+0000) Subject: upgrade to commons-collections4 4.4 X-Git-Tag: REL_4_1_1~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=59edd12377136a61ac888018dd035591e4cf1538;p=poi.git upgrade to commons-collections4 4.4 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866212 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.classpath b/.classpath index e486e2df9d..a93222b2ea 100644 --- a/.classpath +++ b/.classpath @@ -36,7 +36,7 @@ - + diff --git a/build.gradle b/build.gradle index dd5c360b2f..430f948b5e 100644 --- a/build.gradle +++ b/build.gradle @@ -180,7 +180,7 @@ project('main') { dependencies { compile 'commons-codec:commons-codec:1.13' compile 'commons-logging:commons-logging:1.2' - compile 'org.apache.commons:commons-collections4:4.3' + compile 'org.apache.commons:commons-collections4:4.4' compile 'org.apache.commons:commons-math3:3.6.1' compile 'javax.xml.bind:jaxb-api:2.3.1' compile 'com.sun.xml.bind:jaxb-impl:2.3.2' @@ -231,7 +231,7 @@ project('ooxml') { dependencies { compile 'org.apache.xmlbeans:xmlbeans:3.1.0' - compile 'org.apache.commons:commons-collections4:4.3' + 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.santuario:xmlsec:2.1.2' diff --git a/build.xml b/build.xml index cf3265475e..9536ac79c8 100644 --- a/build.xml +++ b/build.xml @@ -200,9 +200,9 @@ under the License. - + + value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar"/> @@ -654,6 +654,7 @@ under the License. + @@ -681,8 +682,8 @@ under the License. - - + + diff --git a/maven/poi.pom b/maven/poi.pom index f53e22cb37..d0cdf9baf5 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -81,7 +81,7 @@ org.apache.commons commons-collections4 - 4.3 + 4.4 org.apache.commons diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 0e368f00f4..464149bec1 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -113,7 +113,7 @@ org.apache.commons commons-collections4 - 4.3 + 4.4 org.apache.commons