Upgrade to Apache HttpClient 4.5.9

This commit is contained in:
Juergen Hoeller
2019-06-11 23:49:57 +02:00
parent 7dc92aa05d
commit 22aba8bf60
4 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ dependencies {
}
optional("org.eclipse.jetty:jetty-reactive-httpclient:1.0.3")
optional("com.squareup.okhttp3:okhttp:3.14.2")
optional("org.apache.httpcomponents:httpclient:4.5.8") {
optional("org.apache.httpcomponents:httpclient:4.5.9") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.apache.httpcomponents:httpasyncclient:4.1.4") {