Upgrade to Apache HttpClient 4.5.7 and Commons FileUpload 1.4

Includes RxJava 2.2.6, Netty 4.1.33, Undertow 2.0.17.
This commit is contained in:
Juergen Hoeller
2019-02-05 00:46:07 +01:00
parent d27bae245a
commit 165d2511b9
5 changed files with 9 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ dependencies {
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.apache.httpcomponents:httpclient:4.5.6") {
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
exclude group: "commons-logging", module: "commons-logging"
}
testCompile("io.projectreactor.netty:reactor-netty")