From: sharath reddy Date: Thu, 19 Aug 2021 10:20:10 +0000 (+0530) Subject: fix Istanbul CLI vulnerabilities X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=36f64298464e80623f5d1907f20f5e6d7e0020ae;p=cli.git fix Istanbul CLI vulnerabilities Issue-ID: CLI-401 Signed-off-by: sharath reddy Change-Id: I0ca2826bfb3d41ce90e78d1a0ec69109b1ab260c Signed-off-by: sharath reddy --- diff --git a/framework/pom.xml b/framework/pom.xml index 024d1a64..e0853efa 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -101,7 +101,7 @@ com.fasterxml.jackson.core jackson-databind - 2.11.0 + 2.12.1 com.fasterxml.jackson.core @@ -112,7 +112,7 @@ com.fasterxml.jackson.core jackson-core - 2.11.0 + 2.12.1 com.fasterxml.jackson.dataformat diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index a89ba75d..e937c436 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -52,7 +52,7 @@ Excluded commons-codec vulnerable version and added invulnerable version org.apache.httpcomponents httpclient - 4.5.7 + 4.5.13 commons-codec @@ -110,7 +110,7 @@ Excluded commons-codec vulnerable version and added invulnerable version io.netty netty-codec-http - 4.1.48.Final + 4.1.63.Final junit @@ -133,7 +133,7 @@ Excluded commons-codec vulnerable version and added invulnerable version com.fasterxml.jackson.core jackson-databind - 2.10.0 + 2.12.1