[AAI] Update traversal to fix security vulnerabilities 31/127531/2
authorwr148d <wr148d@att.com>
Mon, 7 Mar 2022 14:53:22 +0000 (09:53 -0500)
committerRobby Maharajh <rx2202@us.att.com>
Mon, 7 Mar 2022 15:04:51 +0000 (15:04 +0000)
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaaeee74c9ecbf267e4564c28b5981dc6b11fdf07

aai-traversal/pom.xml

index a583354..6187611 100644 (file)
                <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-->
                <dependency>
                        <groupId>io.netty</groupId>
                        <artifactId>netty-handler</artifactId>
+                       <version>${netty.handler.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                <dependency>
                        <groupId>io.netty</groupId>
                        <artifactId>netty-all</artifactId>
+                       <version>${netty.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>