From 179d11a3918e0301ff32382623dbe6973df21f35 Mon Sep 17 00:00:00 2001 From: Gurminder Sunner Date: Fri, 31 May 2019 10:45:58 +0100 Subject: [PATCH] update jackson libs to version 2.9.9 --- api-frontend/pom.xml | 6 +++--- engine/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api-frontend/pom.xml b/api-frontend/pom.xml index f007d2b775..b2ff0f5d4e 100644 --- a/api-frontend/pom.xml +++ b/api-frontend/pom.xml @@ -201,17 +201,17 @@ com.fasterxml.jackson.core jackson-core - 2.9.8 + 2.9.9 com.fasterxml.jackson.core jackson-databind - 2.9.8 + 2.9.9 com.fasterxml.jackson.core jackson-annotations - 2.9.8 + 2.9.9 commons-lang diff --git a/engine/pom.xml b/engine/pom.xml index 7b321fe6cd..e106a55137 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -210,17 +210,17 @@ com.fasterxml.jackson.core jackson-core - 2.9.8 + 2.9.9 com.fasterxml.jackson.core jackson-databind - 2.9.8 + 2.9.9 com.fasterxml.jackson.core jackson-annotations - 2.9.8 + 2.9.9 commons-lang