diff --git a/applications/cafe/cafe-si/pom.xml b/applications/cafe/cafe-si/pom.xml index aab1251e..b9cc76ad 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.9.6 + 2.9.8 compile diff --git a/build.gradle b/build.gradle index 81aa6796..fcc90be2 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.9.6' + jacksonVersion = '2.9.8' jasyptVersion = '1.7' javaxInjectVersion = '1' javaxMailVersion = '1.5.5' diff --git a/intermediate/multipart-http/pom.xml b/intermediate/multipart-http/pom.xml index 0ba2b497..c3f5b99b 100644 --- a/intermediate/multipart-http/pom.xml +++ b/intermediate/multipart-http/pom.xml @@ -77,7 +77,7 @@ com.fasterxml.jackson.core jackson-databind - 2.9.6 + 2.9.8 compile diff --git a/intermediate/rest-http/pom.xml b/intermediate/rest-http/pom.xml index 71ae273d..c6030f5b 100644 --- a/intermediate/rest-http/pom.xml +++ b/intermediate/rest-http/pom.xml @@ -132,7 +132,7 @@ com.fasterxml.jackson.core jackson-databind - 2.9.6 + 2.9.8 compile