summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2018-08-08 08:06:24 +0200
committerluccioman <luccioman@users.noreply.github.com>2018-08-08 08:06:24 +0200
commit1a91e87b053d974802950dd35882f799223adeec (patch)
tree244077e4595a4a19404e738fa212ed0d8bbd97cf
parentf2c479fe88daf26d2b688f81331e4f4ea8b1ef4d (diff)
Upgraded commons-compress dependency from version 1.16.1 to 1.17
-rw-r--r--.classpath2
-rw-r--r--build.xml2
-rw-r--r--lib/commons-compress-1.17.License (renamed from lib/commons-compress-1.16.License)0
-rw-r--r--lib/commons-compress-1.17.jar (renamed from lib/commons-compress-1.16.1.jar)bin559533 -> 589066 bytes
-rw-r--r--pom.xml2
5 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index ce6d4a8cb..8cc301584 100644
--- a/.classpath
+++ b/.classpath
@@ -22,7 +22,7 @@
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.3.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
- <classpathentry kind="lib" path="lib/commons-compress-1.16.1.jar"/>
+ <classpathentry kind="lib" path="lib/commons-compress-1.17.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.11.jar"/>
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.25.jar"/>
diff --git a/build.xml b/build.xml
index e318fcff4..5cc6aefb2 100644
--- a/build.xml
+++ b/build.xml
@@ -178,7 +178,7 @@
<pathelement location="${lib}/common-io-3.3.2.jar" />
<pathelement location="${lib}/common-lang-3.3.2.jar" />
<pathelement location="${lib}/commons-codec-1.11.jar" />
- <pathelement location="${lib}/commons-compress-1.16.1.jar" />
+ <pathelement location="${lib}/commons-compress-1.17.jar" />
<pathelement location="${lib}/commons-fileupload-1.3.3.jar" />
<pathelement location="${lib}/commons-io-2.6.jar" />
<pathelement location="${lib}/commons-jxpath-1.3.jar" />
diff --git a/lib/commons-compress-1.16.License b/lib/commons-compress-1.17.License
index 261eeb9e9..261eeb9e9 100644
--- a/lib/commons-compress-1.16.License
+++ b/lib/commons-compress-1.17.License
diff --git a/lib/commons-compress-1.16.1.jar b/lib/commons-compress-1.17.jar
index 5e8d19ae6..d6d822d3b 100644
--- a/lib/commons-compress-1.16.1.jar
+++ b/lib/commons-compress-1.17.jar
Binary files differ
diff --git a/pom.xml b/pom.xml
index 46fe91b72..f7a4d2556 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <version>1.16.1</version>
+ <version>1.17</version>
<type>jar</type>
</dependency>
<dependency>