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

aai-resources/pom.xml

index d3537ac..a897467 100644 (file)
         <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
         <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.codehaus.groovy</groupId>
             <artifactId>groovy</artifactId>
             <classifier>indy</classifier>
+            <version>${groovy.version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>