Update Mockito

This commit is contained in:
Gabriele C 2018-04-19 11:10:02 +02:00
parent 5cc58da85f
commit ba4ed7bdd9

View File

@ -820,7 +820,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>2.16.0</version>
<version>2.18.0</version>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
@ -839,7 +839,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.196</version>
<version>1.4.197</version>
<scope>test</scope>
</dependency>