Upgraded commons-compress dependency from version 1.16.1 to 1.17

pull/218/head
luccioman 7 years ago
parent f2c479fe88
commit 1a91e87b05

@ -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" />

@ -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>

Loading…
Cancel
Save