From dfe98bd779a03efc8f176d1c8946c769417f5a60 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 5 Jul 2023 22:22:43 +0100 Subject: Update outdated/vulnerable dependencies Signed-off-by: Vasyl Razinkov Change-Id: Ib809c636cd4505589901d1f5b95bedba1fc0a1f5 Issue-ID: SDC-4560 --- catalog-be/pom.xml | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) (limited to 'catalog-be') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 414422cd59..ee8c1d3618 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -164,8 +164,8 @@ - javax.ws.rs - javax.ws.rs-api + jakarta.ws.rs + jakarta.ws.rs-api ${ws.rs.version} @@ -366,8 +366,8 @@ - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} compile @@ -610,7 +610,12 @@ json-simple ${json-simple.version} compile - + + + junit + junit + + @@ -752,6 +757,18 @@ javax.servlet javax.servlet-api + + org.onap.aaf.authz + aaf-cadi-aaf + + + org.onap.aaf.authz + aaf-cadi-client + + + org.onap.aaf.authz + aaf-cadi-core + @@ -821,6 +838,10 @@ org.apache.httpcomponents httpclient-cache + + javax.ws.rs + javax.ws.rs-api + @@ -877,6 +898,12 @@ ${jersey-bom.version} pom test + + + junit + junit + + @@ -982,12 +1009,11 @@ com.google.code.bean-matchers bean-matchers - 0.11 + ${bean-matchers.version} test - - org.codehaus.groovy + org.apache.groovy groovy ${groovy.version} -- cgit 1.2.3-korg