diff options
author | wr148d <wr148d@att.com> | 2022-03-07 09:40:57 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-07 09:40:57 -0500 |
commit | 8bb00010e0c1b4009dc6325d1f865e05ef47b452 (patch) | |
tree | 4cf794282595282bd659619fcb4074f44c5d1be9 /aai-resources/pom.xml | |
parent | 8982f4632eef836d91c9a2dfa0f769b49d792b29 (diff) |
[AAI] Update resources to fix security vulnerabilities
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I191395e86b2f48492a9c9bfad3048e1d86b3f153
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index d3537ac..a897467 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -43,6 +43,10 @@ <aai.base.image>alpine</aai.base.image> <aai.base.image.version>1.6.0</aai.base.image.version> + <netty.handler.version>4.1.63.Final</netty.handler.version> + <netty.version>4.1.63.Final</netty.version> + <groovy.version>2.5.15</groovy.version> + <!-- Location where assembly of our scripts, resources and main jar will be held Check the ${project.artifactId}/src/main/assembly/descriptor.xml for more info @@ -615,6 +619,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> + <version>${netty.handler.version}</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -633,11 +638,13 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> + <version>${netty.version}</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <classifier>indy</classifier> + <version>${groovy.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> |