diff options
author | Chris Donley <christopher.donley@huawei.com> | 2018-07-10 15:22:58 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2018-07-10 15:23:34 -0700 |
commit | 798282cc2be18dbc88908e4704c2686d31a8dd43 (patch) | |
tree | 9e5a5f0fe589969ae0c42368609d8ede79a8d544 | |
parent | 7d1432a75e430e5a37842f48275fa13bcaf3f0bb (diff) |
Address Jul 6 security scan
cxf-rt-transports-http -> 3.2.5
jetty-http: jersey-container-jetty-servlet -> 2.27
Issue-ID: VNFSDK-284
Change-Id: Id7c5643cc0bcc6d97589fa0a812486521f4a08ec
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r-- | vnfmarket-be/vnf-sdk-marketplace/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfmarket-be/vnf-sdk-marketplace/pom.xml b/vnfmarket-be/vnf-sdk-marketplace/pom.xml index b7fd4490..79f45e28 100644 --- a/vnfmarket-be/vnf-sdk-marketplace/pom.xml +++ b/vnfmarket-be/vnf-sdk-marketplace/pom.xml @@ -21,7 +21,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <cxf.version>3.2.1</cxf.version> + <cxf.version>3.2.5</cxf.version> <!-- slf4j.version>1.6.1</slf4j.version> --> <maven.test.skip>false</maven.test.skip> <maven.test.failure.ignore>false</maven.test.failure.ignore> @@ -73,7 +73,7 @@ <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-jetty-servlet</artifactId> - <version>2.25.1</version> + <version>2.27</version> </dependency> <dependency> <groupId>org.glassfish.jersey.bundles.repackaged</groupId> |