Upgrade to Apache HttpClient 4.5.9 and Tomcat 8.5.42

This commit is contained in:
Juergen Hoeller
2019-06-12 00:51:26 +02:00
parent 8d5c36269e
commit 53b53e21be
5 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ dependencies {
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.apache.httpcomponents:httpclient:4.5.8") {
testCompile("org.apache.httpcomponents:httpclient:4.5.9") {
exclude group: "commons-logging", module: "commons-logging"
}
testCompile("io.projectreactor.ipc:reactor-netty")