diff --git a/spring-orm/spring-orm.gradle b/spring-orm/spring-orm.gradle index 56d5620d8c2..69a2d5b3164 100644 --- a/spring-orm/spring-orm.gradle +++ b/spring-orm/spring-orm.gradle @@ -8,8 +8,8 @@ dependencies { optional(project(":spring-aop")) optional(project(":spring-context")) optional(project(":spring-web")) - optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0-RC3") - optional("org.hibernate:hibernate-core:5.2.10.Final") + optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0") + optional("org.hibernate:hibernate-core:5.2.11.Final") optional("javax.servlet:javax.servlet-api:3.1.0") testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index faf55f13484..5f4bed9abd5 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -48,7 +48,7 @@ dependencies { optional("org.seleniumhq.selenium:htmlunit-driver:2.27") { exclude group: "commons-logging", module: "commons-logging" } - optional("org.seleniumhq.selenium:selenium-java:3.4.0") { + optional("org.seleniumhq.selenium:selenium-java:3.5.3") { exclude group: "commons-logging", module: "commons-logging" exclude group: "io.netty", module: "netty" } @@ -64,7 +64,7 @@ dependencies { testCompile("javax.ejb:javax.ejb-api:3.2") 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-core:5.2.11.Final") testCompile("org.hibernate:hibernate-validator:6.0.2.Final") // Enable use of the JUnitPlatform Runner testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")