summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE-os/pom.xml
diff options
context:
space:
mode:
authorSri Balaji Marripud <sri.balaji.marripud@att.com>2020-09-07 17:33:30 -0400
committerSri Balaji Marripud <sri.balaji.marripud@att.com>2020-09-07 17:33:40 -0400
commit42ad14c683ba2829edf460ba43849e4acd57ffe2 (patch)
tree9f11e9d917e76bc92f6225344a7fd0853ca7d75b /ecomp-portal-BE-os/pom.xml
parent0f6b3203e4f35d58949ef55879ba8110d51d70cf (diff)
updated few jars for security fix
Issue-ID: PORTAL-945 Change-Id: Ib0f2cd7f9a767411e810f133c54bd9ff8fca1964 Signed-off-by: Sri Balaji Marripud <sri.balaji.marripud@att.com>
Diffstat (limited to 'ecomp-portal-BE-os/pom.xml')
-rw-r--r--ecomp-portal-BE-os/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml
index a726d6d8..5372e0ae 100644
--- a/ecomp-portal-BE-os/pom.xml
+++ b/ecomp-portal-BE-os/pom.xml
@@ -214,7 +214,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.11.0</version>
- </dependency>
+ </dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
@@ -266,8 +266,9 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>5.1.3.Final</version>
+ <version>5.4.3.Final</version>
</dependency>
+
<!-- Servlet+JSP+JSTL -->
<dependency>
<groupId>javax.servlet</groupId>
@@ -322,7 +323,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
- <version>2.2.0</version>
+ <version>7.6.1</version>
<exclusions>
<exclusion>
<groupId>org.apache.lucene</groupId>
@@ -382,7 +383,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
- <version>3.15</version>
+ <version>4.1.2</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
@@ -397,7 +398,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
- <version>3.5-FINAL</version>
+ <version>4.1.2</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>