diff --git a/.classpath b/.classpath index 8335dcbe56..367843e9c6 100644 --- a/.classpath +++ b/.classpath @@ -40,6 +40,6 @@ - + diff --git a/build.gradle b/build.gradle index bf5e8aefcc..ed7097ab60 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/build.xml b/build.xml index 4b6fff2ed0..fbd286907c 100644 --- a/build.xml +++ b/build.xml @@ -203,9 +203,9 @@ under the License. - + + value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.17.jar"/> @@ -588,6 +588,7 @@ under the License. + diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index caadc95527..5b3ec7959d 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -72,7 +72,7 @@ org.apache.commons commons-compress - 1.17 + 1.18 com.github.virtuald diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index e2a38e7ad2..12b5395f5a 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -152,7 +152,7 @@ org.apache.commons commons-compress - 1.17 + 1.18 com.github.virtuald