[AAI] Update graphadmin to fix security vulnerabilities 27/127527/1
authorwr148d <wr148d@att.com>
Mon, 7 Mar 2022 14:35:57 +0000 (09:35 -0500)
committerwr148d <wr148d@att.com>
Mon, 7 Mar 2022 14:35:57 +0000 (09:35 -0500)
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ib2bee4c923bed3b78e3a32149c0a248b8d64ed99

pom.xml

diff --git a/pom.xml b/pom.xml
index a654f12..442716f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
+            <version>${netty.version}</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-handler</artifactId>
+            <version>${netty.handler.version}</version>
         </dependency>
         <!-- End of Netty Dependencies -->
         <!-- Start of Antlr dependencies for DSL -->