From 34602120cd08a31d3c6289ec93c06f0cd419862d Mon Sep 17 00:00:00 2001 From: Chris Donley Date: Tue, 8 May 2018 09:55:08 -0700 Subject: 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 --- vnf-sdk-function-test/pom.xml | 8 ++++---- 1 file 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 @@ io.dropwizard dropwizard-core - 1.3.0 + 1.3.2 io.dropwizard dropwizard-assets - 1.3.0 + 1.3.2 io.dropwizard dropwizard-hibernate - 1.3.0 + 1.3.2 @@ -247,7 +247,7 @@ io.dropwizard dropwizard-testing - 1.3.0 + 1.3.2 test -- cgit 1.2.3-korg