From e533abbfe475f496857646c41e52f9aeecdac92b Mon Sep 17 00:00:00 2001 From: jz385p Date: Mon, 31 Aug 2020 15:55:48 +0530 Subject: Upgraded few jars to fix security issues Fixed security vulnerability issues Issue-ID: PORTAL-945 Change-Id: Ief6986ef12223c74ae5297dbd934853fa2d66382 Signed-off-by: jz385p --- ecomp-sdk/epsdk-fw/pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ecomp-sdk/epsdk-fw') diff --git a/ecomp-sdk/epsdk-fw/pom.xml b/ecomp-sdk/epsdk-fw/pom.xml index 5ea16eaa..eb3d2c5a 100644 --- a/ecomp-sdk/epsdk-fw/pom.xml +++ b/ecomp-sdk/epsdk-fw/pom.xml @@ -100,15 +100,20 @@ commons-logging 1.2 + + com.fasterxml.jackson.core + jackson-core + 2.11.0 + com.fasterxml.jackson.core jackson-annotations - 2.8.10 + 2.11.0 com.fasterxml.jackson.core jackson-databind - 2.8.11.3 + 2.11.0 org.owasp.esapi @@ -232,7 +237,7 @@ powermock-api-mockito ${powermock.version} test - + -- cgit 1.2.3-korg