aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorValerij Fredriksen <valerijf@oath.com>2018-10-24 14:41:06 +0200
committerValerij Fredriksen <valerijf@oath.com>2018-10-24 14:41:06 +0200
commitee769a79f75daaa2bb867ad66c492aa161df31b3 (patch)
treeb3bbecd88956a397a155fb896ad2668a590b8f07 /node-admin/pom.xml
parent102e3802289225bcaace9e8aee781c372796f1c5 (diff)
Use latest mockito
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 64958554f53..476902e400c 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -91,6 +91,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
+ <version>2.23.0</version>
<scope>test</scope>
</dependency>
<dependency>