Latest dependency updates (EclipseLink 2.7 final, Hibernate ORM 5.2.11, Selenium 3.5.3)

This commit is contained in:
Juergen Hoeller 2017-09-14 15:16:53 +02:00
parent 81125de697
commit 69af698ceb
2 changed files with 4 additions and 4 deletions

View File

@ -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}")

View File

@ -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}")