Upgrade to Apache HttpClient 4.5.5 and Tomcat 8.5.27
This commit is contained in:
@@ -64,7 +64,7 @@ dependencies {
|
||||
exclude group: "javax.servlet", module: "javax.servlet"
|
||||
}
|
||||
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
|
||||
testCompile("org.apache.httpcomponents:httpclient:4.5.3") {
|
||||
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
testCompile("commons-fileupload:commons-fileupload:1.3.3")
|
||||
|
||||
Reference in New Issue
Block a user