Upgrade to Hibernate Validator 6.0.2

Includes latest dependency updates (Netty 4.1.15, Undertow 1.4.19)

Issue: SPR-15808
This commit is contained in:
Juergen Hoeller
2017-08-29 15:04:17 +02:00
parent bddd71e705
commit b122bc6dcc
5 changed files with 6 additions and 6 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.1.Final")
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.3.1")
testRuntime("org.glassfish:javax.el:3.0.1-b08")