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

@@ -39,13 +39,13 @@ dependencies {
}
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.2")
optional("com.squareup.okhttp3:okhttp:3.12.1")
optional("org.apache.httpcomponents:httpclient:4.5.6") {
optional("org.apache.httpcomponents:httpclient:4.5.7") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.apache.httpcomponents:httpasyncclient:4.1.4") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("commons-fileupload:commons-fileupload:1.3.3")
optional("commons-fileupload:commons-fileupload:1.4")
optional("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
optional("com.fasterxml.woodstox:woodstox-core:5.2.0") { // woodstox before aalto
exclude group: "stax", module: "stax-api"