From: PJ Fanning Date: Sat, 14 Jul 2018 15:49:49 +0000 (+0000) Subject: upgrade commons-collections4 to 4.2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=df770713784ab5a03c1eec3ff3e40e1ae2a43fb0;p=poi.git upgrade commons-collections4 to 4.2 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835913 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.classpath b/.classpath index e312554be1..8bb77501a5 100644 --- a/.classpath +++ b/.classpath @@ -33,7 +33,7 @@ - + diff --git a/build.gradle b/build.gradle index 1be2664337..bf5e8aefcc 100644 --- a/build.gradle +++ b/build.gradle @@ -173,7 +173,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.1' + compile 'org.apache.commons:commons-collections4:4.2' compile 'org.apache.commons:commons-math3:3.6.1' testCompile 'junit:junit:4.12' @@ -217,7 +217,7 @@ project('ooxml') { dependencies { compile 'org.apache.xmlbeans:xmlbeans:3.0.0' - compile 'org.apache.commons:commons-collections4:4.1' + 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.santuario:xmlsec:2.1.0' diff --git a/build.xml b/build.xml index b3f7862e96..4816317b49 100644 --- a/build.xml +++ b/build.xml @@ -178,9 +178,9 @@ under the License. - + + value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar"/> @@ -588,6 +588,7 @@ under the License. + diff --git a/maven/poi.pom b/maven/poi.pom index efd24cfe0b..da2268759a 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -94,7 +94,7 @@ org.apache.commons commons-collections4 - 4.1 + 4.2 diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index b269520289..21a8abda0a 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -113,7 +113,7 @@ org.apache.commons commons-collections4 - 4.1 + 4.2 org.apache.commons