summaryrefslogtreecommitdiffstats
path: root/vnf-sdk-function-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-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 -->