Upgrade to Hibernate Validator 6.0.7

This commit is contained in:
Juergen Hoeller
2017-12-21 17:00:06 +01:00
parent 4577a19190
commit 9d27e86951
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ dependencies {
testCompile(project(":spring-context"))
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
testCompile("org.hibernate:hibernate-validator:6.0.6.Final")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08")