Upgrade to Gradle 4.4 (and Apache HttpClient 4.5.4)

Issue: SPR-16237
This commit is contained in:
Juergen Hoeller
2017-12-07 07:28:07 +01:00
parent 767ea9db83
commit d198626618
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ dependencies {
}
optional("io.undertow:undertow-core:${undertowVersion}")
optional("com.squareup.okhttp3:okhttp:3.9.1")
optional("org.apache.httpcomponents:httpclient:4.5.3") {
optional("org.apache.httpcomponents:httpclient:4.5.4") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.apache.httpcomponents:httpasyncclient:4.1.3") {