diff options
Diffstat (limited to 'ecomp-portal-BE-os')
-rw-r--r-- | ecomp-portal-BE-os/pom.xml | 11 |
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> |