Skip to content

Commit c3fa900

Browse files
committed
Upgrade to Hibernate Validator 5.4.3 and 6.0.15
1 parent f19d7c0 commit c3fa900

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
optional("org.freemarker:freemarker:${freemarkerVersion}")
1717
testCompile(project(":spring-context"))
1818
testCompile("org.hsqldb:hsqldb:${hsqldbVersion}")
19-
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
19+
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
2020
testCompile("javax.annotation:javax.annotation-api:1.3.2")
2121
testRuntime("org.ehcache:jcache:1.0.1")
2222
testRuntime("org.ehcache:ehcache:3.4.0")

spring-context/spring-context.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
optional("org.codehaus.groovy:groovy:${groovyVersion}")
2121
optional("org.beanshell:bsh:2.0b5")
2222
optional("joda-time:joda-time:2.10.1")
23-
optional("org.hibernate:hibernate-validator:5.4.2.Final")
23+
optional("org.hibernate:hibernate-validator:5.4.3.Final")
2424
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
2525
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
2626
testCompile("org.codehaus.groovy:groovy-jsr223:${groovyVersion}")

spring-test/spring-test.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
6262
testCompile("javax.mail:javax.mail-api:1.6.2")
6363
testCompile("org.hibernate:hibernate-core:5.3.7.Final")
64-
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
64+
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
6565
// Enable use of the JUnit Platform Runner
6666
testCompile("org.junit.platform:junit-platform-runner")
6767
testCompile("org.junit.jupiter:junit-jupiter-params")

spring-webflux/spring-webflux.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
optional("com.google.protobuf:protobuf-java-util:3.6.1")
4343
testCompile("javax.xml.bind:jaxb-api:2.3.1")
4444
testCompile("com.fasterxml:aalto-xml:1.1.1")
45-
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
45+
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
4646
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
4747
testCompile("io.projectreactor:reactor-test")
4848
testCompile("io.undertow:undertow-core:${undertowVersion}")

spring-webmvc/spring-webmvc.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
exclude group: "xerces", module: "xercesImpl"
6767
}
6868
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
69-
testCompile("org.hibernate:hibernate-validator:6.0.14.Final")
69+
testCompile("org.hibernate:hibernate-validator:6.0.15.Final")
7070
testCompile("io.projectreactor:reactor-core")
7171
testCompile("io.reactivex:rxjava:${rxjavaVersion}")
7272
testCompile("io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}")

0 commit comments

Comments
 (0)