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>
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>