Browse Source

Upgrade to Hibernate Validator 5.4.3 and 6.0.15

pull/22522/head
Juergen Hoeller 7 years ago
parent
commit
c3fa900672
  1. 2
      spring-context-support/spring-context-support.gradle
  2. 2
      spring-context/spring-context.gradle
  3. 2
      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 { @@ -16,7 +16,7 @@ dependencies {
optional("org.freemarker:freemarker:${freemarkerVersion}")
testCompile(project(":spring-context"))
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
testCompile("javax.annotation:javax.annotation-api:1.3.2")
testRuntime("org.ehcache:jcache:1.0.1")
testRuntime("org.ehcache:ehcache:3.4.0")

2
spring-context/spring-context.gradle

@ -20,7 +20,7 @@ dependencies { @@ -20,7 +20,7 @@ dependencies {
optional("org.codehaus.groovy:groovy:${groovyVersion}")
optional("org.beanshell:bsh:2.0b5")
optional("joda-time:joda-time:2.10.1")
optional("org.hibernate:hibernate-validator:5.4.2.Final")
optional("org.hibernate:hibernate-validator:5.4.3.Final")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.codehaus.groovy:groovy-jsr223:${groovyVersion}")

2
spring-test/spring-test.gradle

@ -61,7 +61,7 @@ dependencies { @@ -61,7 +61,7 @@ dependencies {
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
testCompile("javax.mail:javax.mail-api:1.6.2")
testCompile("org.hibernate:hibernate-core:5.3.7.Final")
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
// Enable use of the JUnit Platform Runner
testCompile("org.junit.platform:junit-platform-runner")
testCompile("org.junit.jupiter:junit-jupiter-params")

2
spring-webflux/spring-webflux.gradle

@ -42,7 +42,7 @@ dependencies { @@ -42,7 +42,7 @@ dependencies {
optional("com.google.protobuf:protobuf-java-util:3.6.1")
testCompile("javax.xml.bind:jaxb-api:2.3.1")
testCompile("com.fasterxml:aalto-xml:1.1.1")
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
testCompile("io.projectreactor:reactor-test")
testCompile("io.undertow:undertow-core:${undertowVersion}")

2
spring-webmvc/spring-webmvc.gradle

@ -66,7 +66,7 @@ dependencies { @@ -66,7 +66,7 @@ dependencies {
exclude group: "xerces", module: "xercesImpl"
}
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
testCompile("io.projectreactor:reactor-core")
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")

Loading…
Cancel
Save