diff options
author | jz385p <jegadeesh.babu@att.com> | 2020-09-04 18:51:32 +0530 |
---|---|---|
committer | jz385p <jegadeesh.babu@att.com> | 2020-09-04 18:52:06 +0530 |
commit | aa3b3145613813d69b62a3f6a8606a099a04bf7c (patch) | |
tree | 4cfc6663238d19ffbe7dc7548c3a7c4ee3110231 /ecomp-sdk/epsdk-app-common/pom.xml | |
parent | 5f2f49f765d16ac6f8db0665c3ab89f21002007a (diff) |
Upgraded few Jars as part of security fixes
Fixes for security vulnerability issues
Issue-ID: PORTAL-945
Change-Id: Ib662ad7e8db3e4e3284b129592e551d025a08fd0
Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-common/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-app-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml index 2d1ef707..2af46dc8 100644 --- a/ecomp-sdk/epsdk-app-common/pom.xml +++ b/ecomp-sdk/epsdk-app-common/pom.xml @@ -176,7 +176,7 @@ <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> - <version>7.2.1</version> + <version>7.6.1</version> <exclusions> <exclusion> <groupId>org.apache.lucene</groupId> |