From 94214401e1f7bae0a60742f876a223ad73a63613 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 21 Mar 2018 11:56:48 +0530 Subject: Fix SECURITY ISSUES Issue-ID: CLI-102 Change-Id: I599e74e7ab01236f5852c018eb1df79b5a7672a0 Signed-off-by: Kanagaraj Manickam k00365106 --- framework/pom.xml | 6 +++--- profiles/http/pom.xml | 2 +- validate/sample-mock-generator/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/framework/pom.xml b/framework/pom.xml index 56c9681f..013948e9 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -54,7 +54,7 @@ org.springframework spring-core - 3.1.0.RELEASE + 3.2.9.RELEASE junit @@ -82,12 +82,12 @@ com.fasterxml.jackson.core jackson-databind - 2.9.3 + 2.9.4 com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.9.3 + 2.9.4 diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 913c8cec..0edade95 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -39,7 +39,7 @@ com.fasterxml.jackson.core jackson-databind - 2.6.3 + 2.9.4 junit diff --git a/validate/sample-mock-generator/pom.xml b/validate/sample-mock-generator/pom.xml index d9cdc46e..104247ee 100644 --- a/validate/sample-mock-generator/pom.xml +++ b/validate/sample-mock-generator/pom.xml @@ -41,7 +41,7 @@ com.fasterxml.jackson.core jackson-databind - 2.6.3 + 2.9.4 -- cgit 1.2.3-korg