[AAI] Update common to fix security vulnerabilities 25/127525/1
authorwr148d <wr148d@att.com>
Mon, 7 Mar 2022 14:30:32 +0000 (09:30 -0500)
committerwr148d <wr148d@att.com>
Mon, 7 Mar 2022 14:30:32 +0000 (09:30 -0500)
Issue-ID: AAI-3414
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I52a7a924d5c48d76d7b391f907161454ccc37a59

aai-core/pom.xml
aai-schema-ingest/pom.xml

index 36a7332..d6a4c77 100644 (file)
@@ -37,7 +37,7 @@ limitations under the License.
 
                <jacoco.line.coverage.limit>0.50</jacoco.line.coverage.limit>
                <gremlin.version>3.2.2</gremlin.version>
-               <groovy.version>2.4.15</groovy.version>
+               <groovy.version>2.5.15</groovy.version>
                <!-- Start of Default ONAP Schema Properties -->
                <aai.wiki.link>https://wiki.onap.org/</aai.wiki.link>
                <gendoc.version>v15</gendoc.version>
@@ -326,6 +326,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.codehaus.groovy</groupId>
                        <artifactId>groovy</artifactId>
+            <version>${groovy.version}</version>
                        <classifier>indy</classifier>
                </dependency>
                <dependency>
index 6061a20..ea46105 100644 (file)
@@ -36,6 +36,7 @@ limitations under the License.
        <properties>
                <eelf.core.version>1.0.1-oss</eelf.core.version>
                <httpclient.version>4.5.13</httpclient.version>
+        <groovy.version>2.5.15</groovy.version>
                <springframework.version>4.3.24.RELEASE</springframework.version>
        </properties>
        <build>
@@ -69,6 +70,7 @@ limitations under the License.
                <dependency>
                        <groupId>org.codehaus.groovy</groupId>
                        <artifactId>groovy</artifactId>
+            <version>${groovy.version}</version>
                        <classifier>indy</classifier>
                </dependency>
                <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->