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:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user