diff options
author | wr148d <wr148d@att.com> | 2022-03-07 09:35:57 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-07 09:35:57 -0500 |
commit | 24669973c212e4ec3274b0dabbea5b809240115b (patch) | |
tree | 78976f1c2be0a55652fd43c08523d3c479a9f303 /pom.xml | |
parent | 8bfe9051cec049d6ef43afe68017fe199ad4c470 (diff) |
[AAI] Update graphadmin to fix security vulnerabilities
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Ib2bee4c923bed3b78e3a32149c0a248b8d64ed99
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 --> |