summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKailun Qin <kailun.qin@intel.com>2018-04-11 12:25:22 +0800
committerKailun Qin <kailun.qin@intel.com>2018-04-11 16:48:17 +0800
commit236a2294c2bbcc7f4f03e290ff3519aa929cb264 (patch)
treee32f07005e6f780b3f261883c9b8ecedcc2ec6c8
parent625de118905b273eb5c73fd8017c35d459834d07 (diff)
Update functest dependencies
Update to new dependency versions to address security issues. Change-Id: I55f2fcee951394c5558c2da623fc00f909522c38 Issue-ID: VNFSDK-246 Signed-off-by: Kailun Qin <kailun.qin@intel.com>
-rw-r--r--vnf-sdk-function-test/pom.xml6
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>