diff options
author | jz385p <jegadeesh.babu@att.com> | 2020-09-14 18:54:59 +0530 |
---|---|---|
committer | jz385p <jegadeesh.babu@att.com> | 2020-09-14 18:55:43 +0530 |
commit | be6462c0f76b301b96cf67f9789f0fddef9d4983 (patch) | |
tree | 699973d714d4909538699c75c5dfff923b559664 /ecomp-sdk/epsdk-core | |
parent | 85f4b0397224b43cae34aa1d04352ba1702b3493 (diff) |
Upgraded few artifacts as part of Security fixes
Security fixes
Issue-ID: PORTAL-945
Change-Id: Idd2341b05289e9d5040cb7d619fd69b03243a6cd
Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-core')
-rw-r--r-- | ecomp-sdk/epsdk-core/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml index 753f0d8e..b65801c1 100644 --- a/ecomp-sdk/epsdk-core/pom.xml +++ b/ecomp-sdk/epsdk-core/pom.xml @@ -523,7 +523,7 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> - <version>3.17</version> + <version>4.1.2</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -538,7 +538,7 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> - <version>3.17</version> + <version>4.1.2</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -553,7 +553,7 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-scratchpad</artifactId> - <version>3.17</version> + <version>4.1.2</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> |