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