chg: upgraded commons net lib

This commit is contained in:
Tobi Schäfer 2017-04-17 16:35:06 +02:00
parent e88c4f5d8f
commit 825ccb6463
2 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'