From 2a88598aeab594bb16bd6189219bce1b4d365287 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Mon, 19 Nov 2018 12:40:10 -0500 Subject: [PATCH] Upgrade Jackson version --- applications/cafe/cafe-si/pom.xml | 2 +- build.gradle | 2 +- intermediate/multipart-http/pom.xml | 2 +- intermediate/rest-http/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index 25ca6f4c..8e12ae10 100644 --- a/applications/cafe/cafe-si/pom.xml +++ b/applications/cafe/cafe-si/pom.xml @@ -66,7 +66,7 @@ com.fasterxml.jackson.core jackson-databind - 2.3.2 + 2.9.6 compile diff --git a/build.gradle b/build.gradle index 6fd859c9..929e5fe8 100644 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,7 @@ subprojects { subproject -> groovyVersion = '2.3.0' hsqldbVersion = '2.3.2' h2Version = '1.4.194' - jacksonVersion = '2.3.2' + jacksonVersion = '2.9.6' jasyptVersion = '1.7' javaxInjectVersion = '1' javaxMailVersion = '1.5.5' diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 1f45d5a1..b7ab10a3 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -77,7 +77,7 @@ com.fasterxml.jackson.core jackson-databind - 2.3.2 + 2.9.6 compile diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index a33fb5dd..66e834d9 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -132,7 +132,7 @@ com.fasterxml.jackson.core jackson-databind - 2.3.2 + 2.9.6 compile