aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-07 09:35:57 -0500
committerwr148d <wr148d@att.com>2022-03-07 09:35:57 -0500
commit24669973c212e4ec3274b0dabbea5b809240115b (patch)
tree78976f1c2be0a55652fd43c08523d3c479a9f303
parent8bfe9051cec049d6ef43afe68017fe199ad4c470 (diff)
[AAI] Update graphadmin to fix security vulnerabilities
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: Ib2bee4c923bed3b78e3a32149c0a248b8d64ed99
-rwxr-xr-xpom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a654f12..442716f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -580,10 +580,12 @@
<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 -->