chg: upgraded commons net lib

This commit is contained in:
Tobi Schäfer 2017-04-17 16:35:06 +02:00
parent ffbf863046
commit 7dc2ffe46c
3 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ dependencies {
compile group: 'commons-codec', name: 'commons-codec', version: '1.10'
compile group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.2'
compile group: 'commons-logging', name: 'commons-logging', version: '1.2'
compile group: 'commons-net', name: 'commons-net', version: '3.5'
compile group: 'commons-net', name: 'commons-net', version: '3.6'
compile group: 'javax.servlet', name: 'javax.servlet-api', version:'3.1.0'
compile group: 'org.eclipse.jetty', name: 'jetty-servlet', version: '9.4.3.v20170317'
compile group: 'org.eclipse.jetty', name: 'jetty-xml', version: '9.4.3.v20170317'

View file

@ -44,7 +44,7 @@ public class Main {
"commons-fileupload-1.3.2.jar",
"commons-codec-1-10.jar",
"commons-io-2.2.jar",
"commons-net-3.5.jar",
"commons-net-3.6.jar",
"tagsoup-1.2.1.jar",
"javax.servlet-api-3.1.0.jar",
"jetty-http-9.4.3.v20170317.jar",