]> source.dussan.org Git - poi.git/commitdiff
commons-collections4 - 4.3
authorPJ Fanning <fanningpj@apache.org>
Thu, 21 Mar 2019 09:49:54 +0000 (09:49 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 21 Mar 2019 09:49:54 +0000 (09:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855973 13f79535-47bb-0310-9956-ffa450edef68

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

index ae21292e0464d75076ccbb8480cd5bae667b84fe..7dfedc818c93d7ca702380a1acd18006b252ebec 100644 (file)
@@ -36,7 +36,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.2.jar"/>
+       <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.3.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/objenesis-2.6.jar"/>
index bd69a4654789b3e002173e3bbc96418d8ea49845..66d800bbe27b5e62f928f10647eb2a2467627373 100644 (file)
@@ -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'
index 2bfe6c0607c0d822c1f69ec5883f02439f47a9ed..8bfd20a69dd02806ab3aed3efb168d8601ace077 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -200,9 +200,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.2.jar"/>
+    <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.3.jar"/>
     <property name="main.commons-collections4.url"
-              value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar"/>
+              value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.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"/>
@@ -648,6 +648,7 @@ under the License.
                 <include name="commons-compress-1.16*"/>
                 <include name="commons-compress-1.17*"/>
                 <include name="commons-collections4-4.1*"/>
+                <include name="commons-collections4-4.2*"/>
                 <include name="commons-logging-1.1*.jar"/>
                 <include name="findbugs-noUpdateChecks-2.0.3*"/>
                 <include name="jacoco-0.6*"/>
index fb6640db30d60ed050829039880e8068aabd51a8..b276b2aecc133552218a71547747a65f9886b580 100644 (file)
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>
-      <version>4.2</version>
+      <version>4.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
index 2c4eed2720be4ede16c8b6a154f82a9ad118cade..6391d55ef73bcabc509a581518dbec0f21e046f0 100644 (file)
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-collections4</artifactId>
-            <version>4.2</version>
+            <version>4.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>