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 --- .../openecomp-sdc-notification-worker/pom.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-notification-lib') diff --git a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml index c61250d5b7..59ef77b737 100644 --- a/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/pom.xml @@ -65,11 +65,17 @@ com.googlecode.json-simple json-simple - 1.1 + ${json-simple.version} + + + junit + junit + + - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${http.client.version} provided @@ -86,8 +92,8 @@ provided - javax.ws.rs - javax.ws.rs-api + jakarta.ws.rs + jakarta.ws.rs-api provided -- cgit 1.2.3-korg