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

@@ -60,7 +60,7 @@ dependencies {
testCompile("javax.ejb:javax.ejb-api:3.2")
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
testCompile("javax.mail:javax.mail-api:1.6.2")
testCompile("org.hibernate:hibernate-core:5.3.7.Final")
testCompile("org.hibernate:hibernate-core:5.4.1.Final")
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner")
@@ -72,7 +72,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.6") {
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
exclude group: "commons-logging", module: "commons-logging"
}
testCompile("io.projectreactor.netty:reactor-netty")