Upgrade to Apache HttpClient 4.5.7

Includes Hibernate ORM 5.4.1 for integration tests.
This commit is contained in:
Juergen Hoeller
2019-02-05 00:10:40 +01:00
parent a27a6470f7
commit c700ccbc00
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.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") {