From ca685bb55cd192ab58c62663a31f5292697a4182 Mon Sep 17 00:00:00 2001 From: vasraz Date: Thu, 11 Jun 2020 17:05:29 +0100 Subject: Fix Critical security vulnerability com.fasterxml.jackson.core : jackson-databind : 2.9.9 Change-Id: I81af7879cb1fbcd158177a3dc220b704ff2f3388 Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3111 --- ui-ci/pom.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'ui-ci/pom.xml') diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index da09985cca..4c24d2d5d5 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -86,11 +86,22 @@ compile + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + org.openecomp.sdc test-apis-ci ${project.version} - compile + + + com.fasterxml.jackson.core + jackson-core + + @@ -175,7 +186,12 @@ com.fasterxml.jackson.core jackson-databind ${jackson.version} - compile + + + com.fasterxml.jackson.core + jackson-core + + @@ -261,6 +277,12 @@ to browsermob-core --> browsermob-core 2.1.4 + + + com.fasterxml.jackson.core + jackson-core + + -- cgit 1.2.3-korg