Skip to content

Commit 9d6592d

Browse files
committed
Upgrade to Hibernate Validator 6.0.16 and H2 1.4.199
1 parent 95eb24d commit 9d6592d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
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.15.Final")
19+
testCompile("org.hibernate:hibernate-validator:6.0.16.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-jdbc/spring-jdbc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
optional(project(":spring-context")) // for JndiDataSourceLookup
88
optional("javax.transaction:javax.transaction-api:1.3")
99
optional("org.hsqldb:hsqldb:${hsqldbVersion}")
10-
optional("com.h2database:h2:1.4.198")
10+
optional("com.h2database:h2:1.4.199")
1111
optional("org.apache.derby:derby:10.14.2.0")
1212
optional("org.apache.derby:derbyclient:10.14.2.0")
1313
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

spring-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
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.15.Final")
64+
testCompile("org.hibernate:hibernate-validator:6.0.16.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

Lines changed: 1 addition & 1 deletion
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.15.Final")
45+
testCompile("org.hibernate:hibernate-validator:6.0.16.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

Lines changed: 1 addition & 1 deletion
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.15.Final")
69+
testCompile("org.hibernate:hibernate-validator:6.0.16.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)