diff options
author | Sangalang, Felix <felix.sangalang@att.com> | 2019-06-21 10:46:38 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-06-21 10:53:20 -0400 |
commit | 785fab55d51fb1c824398accb1aab53fc7049861 (patch) | |
tree | 5c6a0abdea57c8274bbff40f8c9c4d685169c687 /asdc-controller/pom.xml | |
parent | f2f824a00e4cb68bc146e37fe01a8833a6c72636 (diff) |
Security updates for maven dependencies
Update commons-collections version to 3.2.2.
Updated distribution client version to 1.4.0.
Update commons-fileupload to version 1.4.
Update commons-codec to version 1.12.
Change-Id: I4ab794e3aef7300c30088e5197092fd30231c4af
Issue-ID: SO-2043
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r-- | asdc-controller/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index 60c517d944..a839111eb2 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -202,7 +202,7 @@ <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> - <version>1.3.0</version> + <version>1.4.0</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |