From 9a27bc9b3e48fd2e119e8d437854c668b82ad186 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 27 Mar 2018 17:33:34 +0200 Subject: [PATCH] Upgrade to Jackson 2.9.5 and Hibernate Validator 6.0.9 --- build.gradle | 2 +- spring-context-support/spring-context-support.gradle | 2 +- spring-test/spring-test.gradle | 2 +- spring-webflux/spring-webflux.gradle | 2 +- spring-webmvc/spring-webmvc.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 1e15a0dc40..58a877532c 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ configure(allprojects) { project -> ext.freemarkerVersion = "2.3.27-incubating" ext.groovyVersion = "2.4.14" ext.hsqldbVersion = "2.4.0" - ext.jackson2Version = "2.9.4" + ext.jackson2Version = "2.9.5" ext.jettyVersion = "9.4.9.v20180320" ext.junitJupiterVersion = "5.0.3" ext.junitPlatformVersion = "1.0.3" diff --git a/spring-context-support/spring-context-support.gradle b/spring-context-support/spring-context-support.gradle index 76b668c342..84fd61f5ab 100644 --- a/spring-context-support/spring-context-support.gradle +++ b/spring-context-support/spring-context-support.gradle @@ -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.8.Final") + testCompile("org.hibernate:hibernate-validator:6.0.9.Final") testRuntime("org.ehcache:jcache:1.0.1") testRuntime("org.ehcache:ehcache:3.4.0") testRuntime("org.glassfish:javax.el:3.0.1-b08") diff --git a/spring-test/spring-test.gradle b/spring-test/spring-test.gradle index 14bbad3a92..d2cd0964a9 100644 --- a/spring-test/spring-test.gradle +++ b/spring-test/spring-test.gradle @@ -65,7 +65,7 @@ dependencies { testCompile("javax.interceptor:javax.interceptor-api:1.2.1") testCompile("javax.mail:javax.mail-api:1.6.1") testCompile("org.hibernate:hibernate-core:5.2.16.Final") - testCompile("org.hibernate:hibernate-validator:6.0.8.Final") + testCompile("org.hibernate:hibernate-validator:6.0.9.Final") // Enable use of the JUnit Platform Runner testCompile("org.junit.platform:junit-platform-runner:${junitPlatformVersion}") testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}") diff --git a/spring-webflux/spring-webflux.gradle b/spring-webflux/spring-webflux.gradle index 7abe0f2c36..3fe439f9ce 100644 --- a/spring-webflux/spring-webflux.gradle +++ b/spring-webflux/spring-webflux.gradle @@ -45,7 +45,7 @@ dependencies { optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") testCompile("javax.xml.bind:jaxb-api:2.3.0") - testCompile("org.hibernate:hibernate-validator:6.0.8.Final") + testCompile("org.hibernate:hibernate-validator:6.0.9.Final") testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}" testCompile("io.projectreactor:reactor-test") testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}") diff --git a/spring-webmvc/spring-webmvc.gradle b/spring-webmvc/spring-webmvc.gradle index 4cbec99a24..881ffc91a7 100644 --- a/spring-webmvc/spring-webmvc.gradle +++ b/spring-webmvc/spring-webmvc.gradle @@ -54,7 +54,7 @@ dependencies { testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") { exclude group: "javax.servlet", module: "javax.servlet" } - testCompile("org.hibernate:hibernate-validator:6.0.8.Final") + testCompile("org.hibernate:hibernate-validator:6.0.9.Final") testCompile("org.apache.httpcomponents:httpclient:4.5.5") { exclude group: "commons-logging", module: "commons-logging" }