Skip to content

Commit 69af698

Browse files
committed
Latest dependency updates (EclipseLink 2.7 final, Hibernate ORM 5.2.11, Selenium 3.5.3)
1 parent 81125de commit 69af698

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spring-orm/spring-orm.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies {
88
optional(project(":spring-aop"))
99
optional(project(":spring-context"))
1010
optional(project(":spring-web"))
11-
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0-RC3")
12-
optional("org.hibernate:hibernate-core:5.2.10.Final")
11+
optional("org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.0")
12+
optional("org.hibernate:hibernate-core:5.2.11.Final")
1313
optional("javax.servlet:javax.servlet-api:3.1.0")
1414
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
1515
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") {
4949
exclude group: "commons-logging", module: "commons-logging"
5050
}
51-
optional("org.seleniumhq.selenium:selenium-java:3.4.0") {
51+
optional("org.seleniumhq.selenium:selenium-java:3.5.3") {
5252
exclude group: "commons-logging", module: "commons-logging"
5353
exclude group: "io.netty", module: "netty"
5454
}
@@ -64,7 +64,7 @@ dependencies {
6464
testCompile("javax.ejb:javax.ejb-api:3.2")
6565
testCompile("javax.interceptor:javax.interceptor-api:1.2")
6666
testCompile("javax.cache:cache-api:1.0.0")
67-
testCompile("org.hibernate:hibernate-core:5.2.10.Final")
67+
testCompile("org.hibernate:hibernate-core:5.2.11.Final")
6868
testCompile("org.hibernate:hibernate-validator:6.0.2.Final")
6969
// Enable use of the JUnitPlatform Runner
7070
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")

0 commit comments

Comments
 (0)