Update vnfsdk functest for security

Updating dropwizard (including jackson-databind,
jetty-http), h2database, ant based on April 10
scan.

Issue-ID: VNFSDK-368

Change-Id: Ib66b2c1243086bac35ae86e907a7ea7643dc1979
Signed-off-by: Kailun Qin <kailun.qin@intel.com>
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml
index da38992..f391987 100644
--- a/vnf-sdk-function-test/pom.xml
+++ b/vnf-sdk-function-test/pom.xml
@@ -130,17 +130,17 @@
         <dependency>
             <groupId>io.dropwizard</groupId>
             <artifactId>dropwizard-core</artifactId>
-            <version>1.3.5</version>
+            <version>1.3.9</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard</groupId>
             <artifactId>dropwizard-assets</artifactId>
-            <version>1.3.5</version>
+            <version>1.3.9</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard</groupId>
             <artifactId>dropwizard-hibernate</artifactId>
-            <version>1.3.5</version>
+            <version>1.3.9</version>
             <exclusions>
                 <exclusion>
                     <groupId>dom4j</groupId>
@@ -275,13 +275,13 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>1.4.197</version>
+            <version>1.4.199</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
-            <version>1.10.2</version>
+            <version>1.10.5</version>
             <scope>test</scope>
         </dependency>
         <!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->