]> source.dussan.org Git - poi.git/commitdiff
62630 -- upgrad commons-compress
authorTim Allison <tallison@apache.org>
Thu, 16 Aug 2018 18:36:47 +0000 (18:36 +0000)
committerTim Allison <tallison@apache.org>
Thu, 16 Aug 2018 18:36:47 +0000 (18:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838214 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.gradle
build.xml
maven/poi-ooxml.pom
sonar/ooxml/pom.xml

index 8335dcbe56ac10a1bbd4afd922075543f5103e88..367843e9c64c918bc260e48c5192c6b8638e554d 100644 (file)
@@ -40,6 +40,6 @@
        <classpathentry kind="lib" path="lib/byte-buddy-1.7.9.jar"/>
        <classpathentry kind="lib" path="lib/byte-buddy-agent-1.7.9.jar"/>
        <classpathentry kind="lib" path="lib/objenesis-2.6.jar"/>
-       <classpathentry kind="lib" path="lib/commons-compress-1.17.jar"/>
+       <classpathentry kind="lib" path="lib/commons-compress-1.18.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
index bf5e8aefcc44f51f9d58c474cb92a07b1f31117c..ed7097ab60b4c5be3d958c4f28793e4813058c28 100644 (file)
@@ -219,7 +219,7 @@ project('ooxml') {
         compile 'org.apache.xmlbeans:xmlbeans:3.0.0'
         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.commons:commons-compress:1.18'
         compile 'org.apache.santuario:xmlsec:2.1.0'
         compile 'org.bouncycastle:bcpkix-jdk15on:1.59'
         compile 'com.github.virtuald:curvesapi:1.05'
index 4b6fff2ed08f78f65ce996ddc5479b54e8e127f2..fbd286907c1f08571174048e11886de693e2c867 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -203,9 +203,9 @@ under the License.
     <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.0.0.jar"/>
     <property name="ooxml.xmlbeans.url"
               value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar"/>
-    <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.17.jar"/>
+    <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.18.jar"/>
     <property name="ooxml.commons-compress.url"
-              value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17.jar"/>
+              value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.17.jar"/>
 
     <!-- coverage libs -->
     <property name="jacoco.zip" location="${main.lib}/jacoco-0.8.1.zip"/>
@@ -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-compress-1.17*"/>
                 <include name="commons-collections4-4.1*"/>
                 <include name="commons-logging-1.1*.jar"/>
                 <include name="findbugs-noUpdateChecks-2.0.3*"/>
index caadc95527b80d7bb3ecff2de86252494512d9d5..5b3ec7959d27bf98dc5038fb580b3c53d0eb047b 100644 (file)
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>
-      <version>1.17</version>
+      <version>1.18</version>
     </dependency>
     <dependency>
       <groupId>com.github.virtuald</groupId>
index e2a38e7ad2e9d102ab2b76bed185013d76864933..12b5395f5a020d7ce20d6c9918c11e5a25becef9 100644 (file)
                <dependency>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-compress</artifactId>
-                       <version>1.17</version>
+                       <version>1.18</version>
                </dependency>
                <dependency>
                        <groupId>com.github.virtuald</groupId>