Upgrade to Hibernate Validator 5.4.3 and 6.0.15

Includes Apache HttpClient 4.5.7 and Jetty 9.4.15.
This commit is contained in:
Juergen Hoeller
2019-02-22 14:42:38 +01:00
parent 42ffc7b8c9
commit af1691cbba
7 changed files with 10 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ dependencies {
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
testCompile("javax.mail:javax.mail-api:1.6.1")
testCompile("org.hibernate:hibernate-core:5.2.18.Final")
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")
@@ -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.6") {
testCompile("org.apache.httpcomponents:httpclient:4.5.7") {
exclude group: "commons-logging", module: "commons-logging"
}
testCompile("io.projectreactor.ipc:reactor-netty")