diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2018-08-08 08:06:24 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2018-08-08 08:06:24 +0200 |
| commit | 1a91e87b053d974802950dd35882f799223adeec (patch) | |
| tree | 244077e4595a4a19404e738fa212ed0d8bbd97cf | |
| parent | f2c479fe88daf26d2b688f81331e4f4ea8b1ef4d (diff) | |
Upgraded commons-compress dependency from version 1.16.1 to 1.17
| -rw-r--r-- | .classpath | 2 | ||||
| -rw-r--r-- | build.xml | 2 | ||||
| -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) | bin | 559533 -> 589066 bytes | |||
| -rw-r--r-- | pom.xml | 2 |
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"/> @@ -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 Binary files differindex 5e8d19ae6..d6d822d3b 100644 --- a/lib/commons-compress-1.16.1.jar +++ b/lib/commons-compress-1.17.jar @@ -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> |
