summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-05-08 09:55:08 -0700
committerChris Donley <christopher.donley@huawei.com>2018-05-08 09:55:08 -0700
commit34602120cd08a31d3c6289ec93c06f0cd419862d (patch)
treea052590b3d9049718b2d5a1f306f92dfae4847ae
parent69659cfc76a0707a9ba2a70f9bd99fa51127cfc9 (diff)
Update dropwizard for vnfsdk functest
Updating to 1.3.2 to address upstream component security issues Issue-ID: VNFSDK-246 Change-Id: I3af8185eea16d136fb68d6dc20209cb240e98cc5 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r--vnf-sdk-function-test/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index c97811e..9238deb 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -133,17 +133,17 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
- <version>1.3.0</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
- <version>1.3.0</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-hibernate</artifactId>
- <version>1.3.0</version>
+ <version>1.3.2</version>
</dependency>
<!-- lombok -->
<dependency>
@@ -247,7 +247,7 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-testing</artifactId>
- <version>1.3.0</version>
+ <version>1.3.2</version>
<scope>test</scope>
</dependency>
<dependency>