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 --- asdctool/pom.xml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'asdctool/pom.xml') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 92e9342e08..b98a077605 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -167,6 +167,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 + @@ -286,9 +298,9 @@ - org.codehaus.groovy + org.apache.groovy groovy - compile + ${groovy.version} @@ -361,6 +373,12 @@ json-simple ${json-simple.version} compile + + + junit + junit + + @@ -393,6 +411,10 @@ org.apache.cassandra cassandra-all + + javax.validation + validation-api + @@ -437,8 +459,8 @@ - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} compile -- cgit 1.2.3-korg