diff options
author | 2025-03-04 09:34:14 +0000 | |
---|---|---|
committer | 2025-03-04 09:36:15 +0000 | |
commit | 8cef77153510be4e41bca5ec90d90c554cbd3223 (patch) | |
tree | e12d5bb5f276d58e7870cd709d350f3fe0445884 /plugins/plugins-context/plugins-context-locking | |
parent | 4690ffd72b26597e9ce934acc0eddcc889a0a7c1 (diff) |
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 <adheli.tavares@est.tech>
Diffstat (limited to 'plugins/plugins-context/plugins-context-locking')
-rw-r--r-- | plugins/plugins-context/plugins-context-locking/plugins-context-locking-curator/pom.xml | 10 |
1 files changed, 2 insertions, 8 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 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. - Modifications Copyright (C) 2019,2023 Nordix Foundation. + Modifications Copyright (C) 2019, 2023, 2025 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -36,13 +36,6 @@ <groupId>org.apache.curator</groupId> <artifactId>curator-framework</artifactId> <version>${version.curator}</version> - <exclusions> - <!-- The default Zookeeper version in Curator has vulnerabilities --> - <exclusion> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.apache.curator</groupId> @@ -74,6 +67,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> + <version>${version.netty}</version> </dependency> </dependencies> </project> |