From 8cef77153510be4e41bca5ec90d90c554cbd3223 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 4 Mar 2025 09:34:14 +0000 Subject: Uplift dependencies for apex-pdp - as part of fixing netty transitive dependencies, some other dependencies using netty had to be uplifted as well. Issue-ID: POLICY-5303, POLICY-5299 Change-Id: I6d94432e698c81d4c3a8bf6f739585ce24751f6d Signed-off-by: adheli.tavares --- .../plugins-context-locking-curator/pom.xml | 10 ++-------- .../plugins-event-carrier/plugins-event-carrier-kafka/pom.xml | 4 ++-- pom.xml | 9 +++++---- testsuites/integration/integration-uservice-test/pom.xml | 3 ++- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml index 108bd6ea7..fd542e106 100644 --- a/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml +++ b/plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml @@ -1,7 +1,7 @@ - - org.apache.zookeeper - zookeeper - - org.apache.curator @@ -74,6 +67,7 @@ io.netty netty-all + ${version.netty} diff --git a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml index 9820be411..949c61b96 100644 --- a/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml +++ b/plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-kafka/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2022 Bell Canada. All rights reserved. - Modifications Copyright (C) 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2023-2025 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ org.apache.commons commons-compress - 1.27.0 + 1.27.1 diff --git a/pom.xml b/pom.xml index ddf5b4c52..013461277 100644 --- a/pom.xml +++ b/pom.xml @@ -53,9 +53,9 @@ 4.3.4 4.13.1 2.30.0 - 1.11.3 + 1.11.4 3.1.8 - 5.5.0 + 5.7.1 5.3.8 14.0.33.Final 5.2.18.Final @@ -66,11 +66,12 @@ 2.2.1 1.0.15 2.7.3 - 7.5.1 + 7.8.0 3.2.5 1.7.14 2.1.1 - 3.9.2 + 3.9.3 + 4.1.119.Final diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 7484ead58..b9adc5d14 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -1,7 +1,7 @@