diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-10-29 14:29:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-29 14:29:29 +0000 |
commit | beabe647ed84f9a5fea3e9633267e713e19f3750 (patch) | |
tree | b24086168eb30b8beed86a6a5096a7ea996d3698 /ecomp-sdk/epsdk-analytics/pom.xml | |
parent | 7589db2190a9b63d6cd3632e0f9694df88700f10 (diff) | |
parent | eae3e8b357d96bff29ce0b3086aed388754feaf2 (diff) |
Merge "Security Vulnerability in pom.xml fix"
Diffstat (limited to 'ecomp-sdk/epsdk-analytics/pom.xml')
-rw-r--r-- | ecomp-sdk/epsdk-analytics/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml index 737d7563..39ca61d7 100644 --- a/ecomp-sdk/epsdk-analytics/pom.xml +++ b/ecomp-sdk/epsdk-analytics/pom.xml @@ -45,7 +45,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.8.10</version> + <version>2.8.11.4</version> </dependency> <!-- Raptor required Libraries --> <!-- for static charts --> @@ -146,7 +146,7 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-scratchpad</artifactId> - <version>3.14</version> + <version>3.17</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> |