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 --- catalog-be/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'catalog-be/pom.xml') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index befbad13b2..842407eb1d 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -80,6 +80,10 @@ com.fasterxml.jackson.core jackson-core + + io.github.classgraph + classgraph + @@ -104,6 +108,10 @@ com.fasterxml.jackson.core jackson-core + + org.apache.httpcomponents + httpcore + @@ -283,6 +291,12 @@ httpclient ${httpclient.version} compile + + + org.apache.httpcomponents + httpcore + + @@ -472,6 +486,10 @@ dom4j dom4j + + org.slf4j + jcl-over-slf4j + @@ -716,6 +734,10 @@ apache-log4j-extras log4j + + org.apache.httpcomponents + httpclient-cache + -- cgit 1.2.3-korg