Upgrade to Hibernate ORM 5.2.15 and Hibernate Validator 6.0.8

This commit is contained in:
Juergen Hoeller
2018-03-09 09:40:12 +01:00
parent df8061494c
commit 2a3f90dc7b
5 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ dependencies {
optional("org.freemarker:freemarker:${freemarkerVersion}")
testCompile(project(":spring-context"))
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final")
testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08")