diff options
Diffstat (limited to 'vnf-sdk-function-test/pom.xml')
-rw-r--r-- | vnf-sdk-function-test/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index 8d47a89..20accb5 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -208,7 +208,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.10</version> + <version>4.12</version> <scope>test</scope> </dependency> <!-- https://mvnrepository.com/artifact/io.dropwizard/dropwizard-testing --> @@ -253,13 +253,13 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> - <version>1.9.5</version> + <version>2.0.2-beta</version> </dependency> <!-- https://mvnrepository.com/artifact/org.jmockit/jmockit --> <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> - <version>1.19</version> + <version>1.25</version> </dependency> <dependency> <groupId>javax.xml.bind</groupId> |