diff options
author | wr148d <wr148d@att.com> | 2022-03-02 11:57:22 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2022-03-02 11:57:22 -0500 |
commit | 660f52ae9a5745817dadf40288c675bd03f7bf41 (patch) | |
tree | 1ac32c739988d60cc2aed9b39fde2ea20dac8c3a /aai-schema-ingest | |
parent | 98919e63ac38e4e90ff6cd25329f113dc706f6d6 (diff) |
[AAI] Updates for security vulnerabilities
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I3086a5ed2a96dc1686bbd79a519634b8e54fbc5e
Diffstat (limited to 'aai-schema-ingest')
-rw-r--r-- | aai-schema-ingest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |