Skip to content

Commit 79adffd

Browse files
committed
Upgrade to Hibernate Validator 6.0.10, RxJava 2.1.14, Gson 2.8.5
1 parent af0a829 commit 79adffd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
5656
ext.reactorVersion = "Bismuth-SR9"
5757
ext.rxjavaVersion = "1.3.8"
5858
ext.rxjavaAdapterVersion = "1.2.1"
59-
ext.rxjava2Version = "2.1.13"
59+
ext.rxjava2Version = "2.1.14"
6060
ext.slf4jVersion = "1.7.25" // spring-jcl + consistent 3rd party deps
6161
ext.tiles3Version = "3.0.8"
6262
ext.tomcatVersion = "8.5.31"

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.9.Final")
19+
testCompile("org.hibernate:hibernate-validator:6.0.10.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-test/spring-test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
6767
testCompile("javax.mail:javax.mail-api:1.6.1")
6868
testCompile("org.hibernate:hibernate-core:5.2.17.Final")
69-
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
69+
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
7070
// Enable use of the JUnit Platform Runner
7171
testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}")
7272
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:${jackson2Version}")
6161
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}")
6262
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jackson2Version}")
63-
optional("com.google.code.gson:gson:2.8.4")
63+
optional("com.google.code.gson:gson:2.8.5")
6464
optional("com.google.protobuf:protobuf-java-util:3.5.1")
6565
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
6666
optional("com.rometools:rome:1.9.0")

spring-webflux/spring-webflux.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
4646
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
4747
testCompile("javax.xml.bind:jaxb-api:2.3.0")
48-
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
48+
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
4949
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
5050
testCompile("io.projectreactor:reactor-test")
5151
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")

spring-webmvc/spring-webmvc.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") {
5555
exclude group: "javax.servlet", module: "javax.servlet"
5656
}
57-
testCompile("org.hibernate:hibernate-validator:6.0.9.Final")
57+
testCompile("org.hibernate:hibernate-validator:6.0.10.Final")
5858
testCompile("org.apache.httpcomponents:httpclient:4.5.5") {
5959
exclude group: "commons-logging", module: "commons-logging"
6060
}

0 commit comments

Comments
 (0)