Browse Source

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

pull/1527/head
Juergen Hoeller 8 years ago
parent
commit
69af698ceb
  1. 4
      spring-orm/spring-orm.gradle
  2. 4
      spring-test/spring-test.gradle

4
spring-orm/spring-orm.gradle

@ -8,8 +8,8 @@ dependencies { @@ -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}")

4
spring-test/spring-test.gradle

@ -48,7 +48,7 @@ dependencies { @@ -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 { @@ -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}")

Loading…
Cancel
Save