aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-02 11:57:22 -0500
committerwr148d <wr148d@att.com>2022-03-02 11:57:22 -0500
commit660f52ae9a5745817dadf40288c675bd03f7bf41 (patch)
tree1ac32c739988d60cc2aed9b39fde2ea20dac8c3a
parent98919e63ac38e4e90ff6cd25329f113dc706f6d6 (diff)
[AAI] Updates for security vulnerabilities
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I3086a5ed2a96dc1686bbd79a519634b8e54fbc5e
-rw-r--r--aai-parent/pom.xml4
-rw-r--r--aai-schema-ingest/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index bf0cdf43..9fc6e402 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -52,7 +52,7 @@ limitations under the License.
<commons.cli.version>1.4</commons.cli.version>
<commons.compress.version>1.19</commons.compress.version>
<commons.configuration.version>1.10</commons.configuration.version>
- <commons.io.version>2.6</commons.io.version>
+ <commons.io.version>2.8.0</commons.io.version>
<commons.lang.version>2.6</commons.lang.version>
<commons.lang3.version>3.9</commons.lang3.version>
<commons.net.version>3.6</commons.net.version>
@@ -65,7 +65,7 @@ limitations under the License.
<freemarker.version>2.3.31</freemarker.version>
<google.guava.version>19.0</google.guava.version>
<gremlin.version>3.2.3</gremlin.version>
- <groovy.version>2.5.8</groovy.version>
+ <groovy.version>2.5.13</groovy.version>
<gson.version>2.8.6</gson.version>
<hamcrest.junit.version>2.0.0.0</hamcrest.junit.version>
<hamcrest.core.version>2.2</hamcrest.core.version>
diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml
index e07517ae..403835bd 100644
--- a/aai-schema-ingest/pom.xml
+++ b/aai-schema-ingest/pom.xml
@@ -35,7 +35,7 @@ limitations under the License.
<properties>
<eelf.core.version>1.0.1-oss</eelf.core.version>
- <httpclient.version>4.5.5</httpclient.version>
+ <httpclient.version>4.5.13</httpclient.version>
<springframework.version>4.3.24.RELEASE</springframework.version>
</properties>
<build>