diff options
author | 2025-03-04 08:41:48 +0000 | |
---|---|---|
committer | 2025-03-04 08:57:31 +0000 | |
commit | 742ef48c2178a2a40ef931966d988d92ee7aa4e3 (patch) | |
tree | ce062fbb61704743ab9d25d2a3fa009096f36370 /pom.xml | |
parent | 36c19ea208d37e1617f30588fd797efa58a98312 (diff) |
Uplift netty dependencies
Issue-ID: POLICY-5299
Change-Id: Ic349d706799f1fe746f07fab0e8cc10e60416902
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021-2024 Nordix Foundation. + Copyright (C) 2021-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. @@ -52,7 +52,6 @@ <properties> <policy.common.version>3.1.1-SNAPSHOT</policy.common.version> <policy.models.version>4.1.1-SNAPSHOT</policy.models.version> - <version.netty>4.1.112.Final</version.netty> </properties> <modules> <module>common</module> @@ -62,4 +61,17 @@ <module>runtime-acm</module> <module>participant</module> </modules> + + <!-- Fix transitive dependencies' vulnerabilities --> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>io.netty</groupId> + <artifactId>netty-bom</artifactId> + <version>4.1.119.Final</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> </project> |