Browse Source

Upgrade to Hibernate ORM 5.2.15 and Hibernate Validator 6.0.8

pull/1739/head
Juergen Hoeller 8 years ago
parent
commit
2a3f90dc7b
  1. 2
      spring-context-support/spring-context-support.gradle
  2. 2
      spring-orm/spring-orm.gradle
  3. 4
      spring-test/spring-test.gradle
  4. 2
      spring-webflux/spring-webflux.gradle
  5. 2
      spring-webmvc/spring-webmvc.gradle

2
spring-context-support/spring-context-support.gradle

@ -16,7 +16,7 @@ dependencies {
optional("org.freemarker:freemarker:${freemarkerVersion}") optional("org.freemarker:freemarker:${freemarkerVersion}")
testCompile(project(":spring-context")) testCompile(project(":spring-context"))
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final") testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
testRuntime("org.ehcache:jcache:1.0.1") testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0") testRuntime("org.ehcache:ehcache:3.4.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08") testRuntime("org.glassfish:javax.el:3.0.1-b08")

2
spring-orm/spring-orm.gradle

@ -9,7 +9,7 @@ dependencies {
optional(project(":spring-context")) optional(project(":spring-context"))
optional(project(":spring-web")) 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.1")
optional("org.hibernate:hibernate-core:5.2.14.Final") optional("org.hibernate:hibernate-core:5.2.15.Final")
optional("javax.servlet:javax.servlet-api:3.1.0") optional("javax.servlet:javax.servlet-api:3.1.0")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}") testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}") testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")

4
spring-test/spring-test.gradle

@ -64,8 +64,8 @@ dependencies {
testCompile("javax.ejb:javax.ejb-api:3.2") testCompile("javax.ejb:javax.ejb-api:3.2")
testCompile("javax.interceptor:javax.interceptor-api:1.2.1") testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
testCompile("javax.mail:javax.mail-api:1.6.1") testCompile("javax.mail:javax.mail-api:1.6.1")
testCompile("org.hibernate:hibernate-core:5.2.14.Final") testCompile("org.hibernate:hibernate-core:5.2.15.Final")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final") testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
// Enable use of the JUnit Platform Runner // Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}") testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}") testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")

2
spring-webflux/spring-webflux.gradle

@ -45,7 +45,7 @@ dependencies {
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("javax.xml.bind:jaxb-api:2.3.0") testCompile("javax.xml.bind:jaxb-api:2.3.0")
testCompile("org.hibernate:hibernate-validator:6.0.7.Final") testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}" testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
testCompile("io.projectreactor:reactor-test") testCompile("io.projectreactor:reactor-test")
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}") testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")

2
spring-webmvc/spring-webmvc.gradle

@ -54,7 +54,7 @@ dependencies {
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") { testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") {
exclude group: "javax.servlet", module: "javax.servlet" exclude group: "javax.servlet", module: "javax.servlet"
} }
testCompile("org.hibernate:hibernate-validator:6.0.7.Final") testCompile("org.hibernate:hibernate-validator:6.0.8.Final")
testCompile("org.apache.httpcomponents:httpclient:4.5.5") { testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
exclude group: "commons-logging", module: "commons-logging" exclude group: "commons-logging", module: "commons-logging"
} }

Loading…
Cancel
Save