From: Kanagaraj Manickam k00365106 Date: Wed, 21 Mar 2018 06:26:48 +0000 (+0530) Subject: Fix SECURITY ISSUES X-Git-Tag: v2.0.2~186^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=94214401e1f7bae0a60742f876a223ad73a63613;p=cli.git Fix SECURITY ISSUES Issue-ID: CLI-102 Change-Id: I599e74e7ab01236f5852c018eb1df79b5a7672a0 Signed-off-by: Kanagaraj Manickam k00365106 --- 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