]> source.dussan.org Git - poi.git/commitdiff
upgrade commons-collections4 to 4.2
authorPJ Fanning <fanningpj@apache.org>
Sat, 14 Jul 2018 15:49:49 +0000 (15:49 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 14 Jul 2018 15:49:49 +0000 (15:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1835913 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.gradle
build.xml
maven/poi.pom
sonar/main/pom.xml

index e312554be149c2ce469a8b52546cb73e8744f8cc..8bb77501a52fe57d0f5370934fbd0f8f0bed8f1c 100644 (file)
@@ -33,7 +33,7 @@
        <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.0.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.11.jar"/>
        <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/>
-       <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.1.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.2.jar"/>
        <classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
        <classpathentry kind="lib" path="lib/xmlunit-core-2.5.1.jar"/>
        <classpathentry kind="lib" path="lib/mockito-core-2.13.0.jar"/>
index 1be2664337371293b5cbeb451f7c02ffdb72439b..bf5e8aefcc44f51f9d58c474cb92a07b1f31117c 100644 (file)
@@ -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'
index b3f7862e967c6596ca18ff3e309598ed523773d8..4816317b49a3fb4e476479f20c5d13b4bbdfff98 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -178,9 +178,9 @@ under the License.
     <property name="main.ant.url" value="${repository.m2}/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar"/>
     <property name="main.antlauncher.jar" location="${main.lib}/ant-launcher-1.10.1.jar"/>
     <property name="main.antlauncher.url" value="${repository.m2}/maven2/org/apache/ant/ant-launcher/1.10.1/ant-launcher-1.10.1.jar"/>
-    <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.1.jar"/>
+    <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.2.jar"/>
     <property name="main.commons-collections4.url"
-              value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar"/>
+              value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar"/>
     <property name="main.commons-math3.jar" location="${main.lib}/commons-math3-3.6.1.jar"/>
     <property name="main.commons-math3.url"
               value="${repository.m2}/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"/>
@@ -588,6 +588,7 @@ under the License.
                 <include name="commons-codec-1.9*"/>
                 <include name="commons-codec-1.10*"/>
                 <include name="commons-compress-1.16*"/>
+                <include name="commons-collections4-4.1*"/>
                 <include name="commons-logging-1.1*.jar"/>
                 <include name="findbugs-noUpdateChecks-2.0.3*"/>
                 <include name="jacoco-0.6*"/>
index efd24cfe0b6170bf98c0099b32a0366e388aed92..da2268759ab1fd48500605ccb47c455e0c19f25a 100644 (file)
@@ -94,7 +94,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.1</version>
+      <version>4.2</version>
     </dependency>
   </dependencies>
 
index b2695202899c373adaf1e8800f61f9dadf37bac7..21a8abda0a28944f2252f9af152507f23ca8cbdc 100644 (file)
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-collections4</artifactId>
-            <version>4.1</version>
+            <version>4.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>