diff options
author | st398c <st398c@research.att.com> | 2019-07-10 14:14:39 -0400 |
---|---|---|
committer | st398c <st398c@research.att.com> | 2019-07-10 14:29:42 -0400 |
commit | 7d7b74d4d92e7fa45471fb0e8678837f71da3d02 (patch) | |
tree | be75fe5dc393aebb2a0da7591d684e746212c98b /ecomp-sdk/epsdk-app-common | |
parent | 5837a6d32c065cc80a95a4bee6b71008304ef312 (diff) |
Blackduck scan fixes
Issue-ID: PORTAL-631
Change-Id: I240f3656de2de2d3540f0fc1d615c461beab14c5
Signed-off-by: st398c <st398c@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-common')
-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 82c3aa06..0d55e3e3 100644 --- a/ecomp-sdk/epsdk-app-common/pom.xml +++ b/ecomp-sdk/epsdk-app-common/pom.xml @@ -341,7 +341,7 @@ <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.3.3</version> + <version>1.4</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> |