summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-07-11 11:27:25 -0700
committerChris Donley <christopher.donley@huawei.com>2018-07-12 15:35:22 -0700
commit9726c526c719a38b266896cc8c0efc8d485fc314 (patch)
tree8277b0e3fd38581004cc62eaa8181d1a1ae17a0c
parent97173dc8b4b510881512225ee4fec702f737b508 (diff)
Update vnfsdk functest for security
Updating dropwizard, jetty based on July 7 security scan Issue-ID: VNFSDK-284 Change-Id: I19bbd93fafaca97822a783f66baf4e30b1db6b6c Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r--vnf-sdk-function-test/pom.xml21
1 files changed, 16 insertions, 5 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index 170b97d..10cb415 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright 2017 Huawei Technologies Co., Ltd.
+ Copyright 2017-2018 Huawei Technologies Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -133,17 +133,17 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
- <version>1.3.2</version>
+ <version>1.3.5</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
- <version>1.3.2</version>
+ <version>1.3.5</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
- <version>1.3.2</version>
+ <version>1.3.5</version>
</dependency>
<!-- lombok -->
<dependency>
@@ -172,6 +172,17 @@
<artifactId>jersey-container-servlet-core</artifactId>
<version>2.25.1</version>
</dependency>
+ <!-- jetty -->
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-http</artifactId>
+ <version>9.4.11.v20180605</version>
+ </dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-servlet</artifactId>
+ <version>9.4.11.v20180605</version>
+ </dependency>
<!-- consumer -->
<dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
@@ -265,7 +276,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
- <version>1.4.182</version>
+ <version>1.4.197</version>
<scope>test</scope>
</dependency>
<dependency>