aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-07 09:53:22 -0500
committerRobby Maharajh <rx2202@us.att.com>2022-03-07 15:04:51 +0000
commit4d6070d717123ce0cba69a069380e0c527288d4b (patch)
tree6a5eff091170b231c111c8ba6ef17496657738a4
parent5425caa69d65098f522a14f06eac8da0bb000d66 (diff)
[AAI] Update traversal to fix security vulnerabilities
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Iaaeee74c9ecbf267e4564c28b5981dc6b11fdf07
-rw-r--r--aai-traversal/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index a583354..6187611 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -101,6 +101,8 @@
<micrometer-registry-prometheus.version>1.6.6</micrometer-registry-prometheus.version>
<micrometer-jersey2>1.6.6</micrometer-jersey2>
<testcontainers.version>1.6.1</testcontainers.version>
+ <netty.handler.version>4.1.63.Final</netty.handler.version>
+ <netty.version>4.1.63.Final</netty.version>
<!-- End of Default ONAP Schema Properties -->
<!-- Integration tests will be skipped by default. Could be enabled here or by -DskipITs=false-->
@@ -651,6 +653,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
+ <version>${netty.handler.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -677,6 +680,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
+ <version>${netty.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>