From 2664cee1d5f2f44713d89b0de2bfa391e0f54aa8 Mon Sep 17 00:00:00 2001 From: vasraz Date: Fri, 3 Jun 2022 17:11:29 +0100 Subject: Update vulnerable dependencies Signed-off-by: Vasyl Razinkov Change-Id: I167b69de1736c81187ab3596169c6043108546b2 Issue-ID: SDC-4017 --- catalog-be/pom.xml | 12 ++++++++++-- catalog-dao/pom.xml | 9 +++++++++ common-app-api/pom.xml | 9 +++++++++ .../lib/openecomp-core-lib/openecomp-utilities-lib/pom.xml | 11 +++++++++++ pom.xml | 12 +++++++----- 5 files changed, 46 insertions(+), 7 deletions(-) diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index a7bcd7a1dd..b28a9e1361 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -584,8 +584,7 @@ org.json json - 20131018 - compile + ${org.json.version} @@ -951,6 +950,11 @@ commons-collections4 ${commons.collections.version} + + org.springframework.boot + spring-boot-starter + ${spring.boot.version} + org.onap.sdc.sdc-be-common security-util-lib @@ -960,6 +964,10 @@ org.springframework.boot spring-boot-starter-logging + + org.springframework.boot + spring-boot-starter + diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index ce357ac344..4bac720acd 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -388,6 +388,11 @@ Modifications copyright (c) 2018 Nokia ${cassandra.driver.version} provided + + io.netty + netty-common + ${netty.version} + com.datastax.oss java-driver-core @@ -397,6 +402,10 @@ Modifications copyright (c) 2018 Nokia org.apache.tinkerpop gremlin-driver + + io.netty + netty-common + diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 4a829bf544..c7989b948d 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -13,6 +13,11 @@ + + org.springframework.boot + spring-boot-starter + ${spring.boot.version} + org.onap.sdc.sdc-be-common security-util-lib @@ -22,6 +27,10 @@ org.springframework.boot spring-boot-starter-logging + + org.springframework.boot + spring-boot-starter + org.springframework spring-context diff --git a/openecomp-be/lib/openecomp-core-lib/openecomp-utilities-lib/pom.xml b/openecomp-be/lib/openecomp-core-lib/openecomp-utilities-lib/pom.xml index 2f48121e44..959597a0ce 100644 --- a/openecomp-be/lib/openecomp-core-lib/openecomp-utilities-lib/pom.xml +++ b/openecomp-be/lib/openecomp-core-lib/openecomp-utilities-lib/pom.xml @@ -83,10 +83,21 @@ jackson-databind ${jackson.version} + + org.json + json + ${org.json.version} + org.everit.json org.everit.json.schema ${org.everit.json.schema.version} + + + org.json + json + + org.openecomp.sdc diff --git a/pom.xml b/pom.xml index 2fb1276b2b..a17a0e1461 100644 --- a/pom.xml +++ b/pom.xml @@ -47,15 +47,16 @@ Modifications copyright (c) 2018-2019 Nokia 3.10 30.1-jre 0.3.3 - 5.3.13 + 5.3.18 + 2.2.13.RELEASE 2.34 - 4.1.68.Final + 4.1.77.Final 4.0.1 2.26.3 3.4.0 4.3.1.0 2.1.8 - 1.18.20 + 1.18.24 1.9.4 2.8.0 2.7 @@ -68,6 +69,7 @@ Modifications copyright (c) 2018-2019 Nokia 2.1.7 3.0.0 6.1.6.Final + 20220320 4.1 2.1.1 @@ -82,7 +84,7 @@ Modifications copyright (c) 2018-2019 Nokia 2.1.3 - 2.12.4 + 2.12.7 ${jackson.version} 2.1.1 @@ -175,7 +177,7 @@ Modifications copyright (c) 2018-2019 Nokia 0.8.7 - 4.5.1 + 4.14.1 1C -- cgit 1.2.3-korg