diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-03-28 21:17:28 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-03-28 21:20:35 -0700 |
commit | 0b1fb4a2bfbf3fc9abd98f3e728a45b3bcdb6958 (patch) | |
tree | c05cabb701b4d4ecadd85d231ea45b9e0dd524d1 /vnfmarket-be | |
parent | 460bf6faa641eb9dda195190b091710db99df3df (diff) |
Address CLM security issues
Remove outdated bootstrap plugins
Update jersey-container-jetty-servelet
Issue-ID: VNFSDK-212
Change-Id: Idf707f9494f361879aa595a28e4776384e187a02
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'vnfmarket-be')
-rw-r--r-- | vnfmarket-be/vnf-sdk-marketplace/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml index 77cc60ef..b9b69119 100644 --- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml +++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml @@ -77,7 +77,7 @@ <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-jetty-servlet</artifactId> - <version>2.22.1</version> + <version>2.26</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> |