diff --git a/.classpath b/.classpath
index e312554be..8bb77501a 100644
--- a/.classpath
+++ b/.classpath
@@ -33,7 +33,7 @@
-
+
diff --git a/build.gradle b/build.gradle
index 1be266433..bf5e8aefc 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 b3f7862e9..4816317b4 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 efd24cfe0..da2268759 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 b26952028..21a8abda0 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