Upgrade to OkHttp 3.11, Apache HttpClient 4.5.6, Hibernate Validator 6.0.11

This commit is contained in:
Juergen Hoeller
2018-07-19 17:52:08 +02:00
parent 09920d9b01
commit 867b3d233d
5 changed files with 11 additions and 11 deletions

View File

@@ -50,8 +50,8 @@ dependencies {
testCompile("org.eclipse.jetty:jetty-server") {
exclude group: "javax.servlet", module: "javax.servlet"
}
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
testCompile("org.hibernate:hibernate-validator:6.0.11.Final")
testCompile("org.apache.httpcomponents:httpclient:4.5.6") {
exclude group: "commons-logging", module: "commons-logging"
}
testCompile("commons-fileupload:commons-fileupload:1.3.3")