summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprakash.e <prakash.e@huawei.com>2020-02-27 12:07:21 +0530
committerprakash.e <prakash.e@huawei.com>2020-02-27 12:07:30 +0530
commit82a619e9ddeeef1a6fcf334d37334e1a7e45c22b (patch)
treebb7f0fa0c5f59ec99ad90aab88d381b3627d6bf6
parent857a00e8b6c47cb04284bc645985e91518bd6549 (diff)
Huawei SVNFM sun-jersey vulnerability fix
upgraded sun-jersey:jersey-core version to fix vulnerability issue Change-Id: I61ab46f9d2eb872f541fd72041da99aebc01b87c Issue-ID: VFC-1598 Signed-off-by: Prakash.E <prakash.e@huawei.com>
-rw-r--r--huawei/vnfmadapter/VnfmadapterService/service/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
index 39eecb1e..996d6295 100644
--- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
+++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml
@@ -203,7 +203,7 @@
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-client</artifactId>
- <version>1.12</version>
+ <version>1.19.4</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>