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

@@ -62,7 +62,7 @@ dependencies {
testCompile("javax.interceptor:javax.interceptor-api:1.2")
testCompile("javax.cache:cache-api:1.0.0")
testCompile("org.hibernate:hibernate-core:5.2.10.Final")
testCompile("org.hibernate:hibernate-validator:6.0.1.Final")
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
// Enable use of the JUnitPlatform Runner
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")