aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-07 09:30:32 -0500
committerwr148d <wr148d@att.com>2022-03-07 09:30:32 -0500
commit312bea3dee528b9fce8c68ca062df88b972007bb (patch)
tree1901409e5ac8a139ddf5441459efaf0ae77f97e7 /aai-schema-ingest
parent8fb0000ab045c75980a2810cf144e0bd78de7621 (diff)
[AAI] Update common to fix security vulnerabilities
Issue-ID: AAI-3414 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I52a7a924d5c48d76d7b391f907161454ccc37a59
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r--aai-schema-ingest/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml
index 6061a20e..ea461059 100644
--- a/aai-schema-ingest/pom.xml
+++ b/aai-schema-ingest/pom.xml
@@ -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 -->