diff --git a/build.gradle b/build.gradle index 26314d811f8..da9f909c7dc 100644 --- a/build.gradle +++ b/build.gradle @@ -279,7 +279,7 @@ configure(rootProject) { testCompile("javax.servlet:javax.servlet-api:3.1.0") testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") - testCompile("org.hibernate:hibernate-core:5.1.14.Final") + testCompile("org.hibernate:hibernate-core:5.1.16.Final") } artifacts { diff --git a/spring-context-support/spring-context-support.gradle b/spring-context-support/spring-context-support.gradle index 13da23235d8..f463df4f47f 100644 --- a/spring-context-support/spring-context-support.gradle +++ b/spring-context-support/spring-context-support.gradle @@ -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.10.Final") + testCompile("org.hibernate:hibernate-validator:6.0.13.Final") testCompile("javax.annotation:javax.annotation-api:1.3.2") testRuntime("org.ehcache:jcache:1.0.1") testRuntime("org.ehcache:ehcache:3.4.0") diff --git a/spring-orm/spring-orm.gradle b/spring-orm/spring-orm.gradle index b7fb8fdac82..8041cf81057 100644 --- a/spring-orm/spring-orm.gradle +++ b/spring-orm/spring-orm.gradle @@ -8,7 +8,7 @@ dependencies { optional(project(":spring-aop")) optional(project(":spring-context")) optional(project(":spring-web")) - optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1") + optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.3") optional("org.hibernate:hibernate-core:5.2.17.Final") optional("javax.servlet:javax.servlet-api:3.1.0") testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index cee938440f8..299cfd93261 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -60,7 +60,7 @@ dependencies { testCompile("javax.interceptor:javax.interceptor-api:1.2.1") testCompile("javax.mail:javax.mail-api:1.6.1") testCompile("org.hibernate:hibernate-core:5.2.17.Final") - testCompile("org.hibernate:hibernate-validator:6.0.10.Final") + testCompile("org.hibernate:hibernate-validator:6.0.13.Final") // Enable use of the JUnit Platform 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 f07b69f2e64..0d73dd928ca 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -40,7 +40,7 @@ dependencies { optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") testCompile("javax.xml.bind:jaxb-api:2.3.0") testCompile("com.fasterxml:aalto-xml:1.0.0") - testCompile("org.hibernate:hibernate-validator:6.0.10.Final") + testCompile("org.hibernate:hibernate-validator:6.0.13.Final") testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}" testCompile("io.projectreactor:reactor-test") testCompile("io.undertow:undertow-core:${undertowVersion}") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index ae706e7305f..a7e3644617e 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -65,7 +65,7 @@ dependencies { exclude group: "xerces", module: "xercesImpl" } testCompile("org.xmlunit:xmlunit-matchers:2.5.1") - testCompile("org.hibernate:hibernate-validator:6.0.10.Final") + testCompile("org.hibernate:hibernate-validator:6.0.13.Final") testCompile("io.projectreactor:reactor-core") testCompile("io.reactivex:rxjava:${rxjavaVersion}") testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")