diff options
author | mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> | 2020-07-14 10:52:57 +0530 |
---|---|---|
committer | mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> | 2020-07-14 10:52:57 +0530 |
commit | 715f85cf97c981dab7fd2aceef028c5e42a26d20 (patch) | |
tree | 1c9bdaf71ae6430a6b1d73fd70cf57013e194d01 /huawei/vnfmadapter/VnfmadapterService | |
parent | 97286d99cab525c5fe648f00d8f2011dbb4c3c0c (diff) |
Security vulnerabilities fix for the Huawei sVNFM adapter
Issue-ID: VFC-1698
Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>
Change-Id: I5d7675441db3a00863618af1a172f31deab7e164
Diffstat (limited to 'huawei/vnfmadapter/VnfmadapterService')
-rw-r--r-- | huawei/vnfmadapter/VnfmadapterService/service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index b9296774..f0a99945 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -71,7 +71,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>com.springsource.org.apache.commons.codec</artifactId> - <version>1.3.0</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>commons-collections</groupId> |