Upgrade to Apache HttpClient 4.5.5 and Tomcat 8.5.27

This commit is contained in:
Juergen Hoeller
2018-01-22 22:11:00 +01:00
parent 61579ffe7b
commit 91e6274b7d
5 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ dependencies {
optional("io.undertow:undertow-websockets-jsr:${undertowVersion}") {
exclude group: "org.jboss.spec.javax.websocket", module: "jboss-websocket-api_1.1_spec"
}
optional("org.apache.httpcomponents:httpclient:4.5.3") {
optional("org.apache.httpcomponents:httpclient:4.5.5") {
exclude group: "commons-logging", module: "commons-logging"
}
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")