summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2019-04-16 18:13:24 +0800
committerKailun Qin <kailun.qin@intel.com>2019-04-16 18:27:37 +0800
commiteae9b7f75bb276e878509cf08a833aaad9458e01 (patch)
treea7b3d12ca21f5f04dffc0b254c6b7c02ff924552
parentab7ff4acb0ccdafb653e6cef810cac8d593ea343 (diff)
Update vnfsdk functest for securitydublin
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>
-rw-r--r--vnf-sdk-function-test/pom.xml10
1 files 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 @@
<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 -->