From 0157be91504d447f65d300a7445c02bc71f33353 Mon Sep 17 00:00:00 2001 From: vasraz Date: Tue, 21 Mar 2023 15:30:10 +0000 Subject: Upgrade vulnerable dependencies Signed-off-by: Vasyl Razinkov Change-Id: I15347b8587ae4cd675d33c3bb57578919bf320fe Issue-ID: SDC-4287 --- pom.xml | 19 +++++++++++++++++++ sdc-distribution-ci/pom.xml | 10 +++++++++- sdc-distribution-client/pom.xml | 15 ++++++++++++++- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8750bd2..5bf46b2 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,7 @@ 3.23.1 3.1.6 4.2.0 + 2.14.2 https://nexus.onap.org /content/sites/site/org/onap/sdc/sdc-distribution-client/${project.version} @@ -111,6 +112,24 @@ + + fast-build + + false + + + true + true + true + true + true + true + + + sdc-distribution-client + sdc-distribution-ci + + diff --git a/sdc-distribution-ci/pom.xml b/sdc-distribution-ci/pom.xml index d799f0a..48e0c9c 100644 --- a/sdc-distribution-ci/pom.xml +++ b/sdc-distribution-ci/pom.xml @@ -54,6 +54,14 @@ com.google.guava guava + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + @@ -145,7 +153,7 @@ com.fasterxml.jackson.core jackson-annotations - 2.8.2 + ${jackson.version} org.mockito diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml index 65ef511..e46c61b 100644 --- a/sdc-distribution-client/pom.xml +++ b/sdc-distribution-client/pom.xml @@ -19,7 +19,6 @@ 3.6.28 2.8.0 1.7.30 - 2.8.6 3.3.1 2.8.9 1.18.24 @@ -229,6 +228,20 @@ kafka_2.13 ${kafka.version} test + + + com.fasterxml.jackson.module + jackson-module-scala_2.13 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-csv + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + + -- cgit 1.2.3-korg