From 4dc28798bf9c61a0481b8cfe24fc73024d777956 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 21 Mar 2019 09:49:54 +0000 Subject: [PATCH] commons-collections4 - 4.3 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855973 13f79535-47bb-0310-9956-ffa450edef68 --- .classpath | 2 +- build.gradle | 4 ++-- build.xml | 5 +++-- maven/poi.pom | 2 +- sonar/main/pom.xml | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.classpath b/.classpath index ae21292e04..7dfedc818c 100644 --- a/.classpath +++ b/.classpath @@ -36,7 +36,7 @@ - + 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' diff --git a/build.xml b/build.xml index 2bfe6c0607..8bfd20a69d 100644 --- a/build.xml +++ b/build.xml @@ -200,9 +200,9 @@ under the License. - + + value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.jar"/> @@ -648,6 +648,7 @@ under the License. + diff --git a/maven/poi.pom b/maven/poi.pom index fb6640db30..b276b2aecc 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -81,7 +81,7 @@ org.apache.commons commons-collections4 - 4.2 + 4.3 org.apache.commons diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index 2c4eed2720..6391d55ef7 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -113,7 +113,7 @@ org.apache.commons commons-collections4 - 4.2 + 4.3 org.apache.commons -- 2.39.5