From eae9b7f75bb276e878509cf08a833aaad9458e01 Mon Sep 17 00:00:00 2001 From: Kailun Qin Date: Tue, 16 Apr 2019 18:13:24 +0800 Subject: 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 --- vnf-sdk-function-test/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 @@ io.dropwizard dropwizard-core - 1.3.5 + 1.3.9 io.dropwizard dropwizard-assets - 1.3.5 + 1.3.9 io.dropwizard dropwizard-hibernate - 1.3.5 + 1.3.9 dom4j @@ -275,13 +275,13 @@ com.h2database h2 - 1.4.197 + 1.4.199 test org.apache.ant ant - 1.10.2 + 1.10.5 test -- cgit 1.2.3-korg