Upgrade to Jackson 2.9.5 and Hibernate Validator 6.0.9

This commit is contained in:
Juergen Hoeller
2018-03-27 17:33:34 +02:00
parent c072c6deb5
commit 9a27bc9b3e
5 changed files with 5 additions and 5 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.8.Final")
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08")