From 987fc74925dc4051f08913393924d2b826d7e59c Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 29 Nov 2021 17:42:02 +0000 Subject: Fix vulnerable dependency Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3795 Change-Id: Ib6f7902b2f8380ad9febcc2fad0374e8070af15c --- .../onap-configuration-management-api/pom.xml | 6 ++++++ .../onap-configuration-management-core/pom.xml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'common/onap-common-configuration-management') diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index aed8547cbf..8b8ecdda80 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml @@ -17,6 +17,12 @@ org.apache.httpcomponents httpclient ${httpclient.version} + + + org.apache.httpcomponents + httpcore + + diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index cc29a3e6df..fb996a4525 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -89,7 +89,7 @@ io.github.classgraph classgraph - 4.8.78 + 4.8.112 com.virtlink.commons @@ -117,6 +117,7 @@ ch.qos.logback logback-classic + ${logback.version} test -- cgit 1.2.3-korg