diff --git a/spring-context-support/spring-context-support.gradle b/spring-context-support/spring-context-support.gradle index 4ecc584ac6..10413267f0 100644 --- a/spring-context-support/spring-context-support.gradle +++ b/spring-context-support/spring-context-support.gradle @@ -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.5.Final") + testCompile("org.hibernate:hibernate-validator:6.0.6.Final") testRuntime("org.ehcache:jcache:1.0.1") testRuntime("org.ehcache:ehcache:3.4.0") testRuntime("org.glassfish:javax.el:3.0.1-b08") diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 0f4d39428d..fdee3c0580 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -66,7 +66,7 @@ dependencies { testCompile("javax.interceptor:javax.interceptor-api:1.2.1") testCompile("javax.mail:javax.mail-api:1.6.0") testCompile("org.hibernate:hibernate-core:5.2.12.Final") - testCompile("org.hibernate:hibernate-validator:6.0.5.Final") + testCompile("org.hibernate:hibernate-validator:6.0.6.Final") // Enable use of the JUnitPlatform Runner testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}") testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}") diff --git a/spring-webflux/spring-webflux.gradle b/spring-webflux/spring-webflux.gradle index c3f20457dd..a2e60a6061 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -45,7 +45,7 @@ dependencies { optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") testCompile("javax.xml.bind:jaxb-api:2.3.0") - testCompile("org.hibernate:hibernate-validator:6.0.5.Final") + testCompile("org.hibernate:hibernate-validator:6.0.6.Final") testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}" testCompile("io.projectreactor:reactor-test") testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index e903c4c164..fbf72554ba 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -63,7 +63,7 @@ dependencies { testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") { exclude group: "javax.servlet", module: "javax.servlet" } - testCompile("org.hibernate:hibernate-validator:6.0.5.Final") + testCompile("org.hibernate:hibernate-validator:6.0.6.Final") testCompile("org.apache.httpcomponents:httpclient:4.5.3") { exclude group: "commons-logging", module: "commons-logging" }