client: update mockito

Remove various unused stubbing detected by the newer Mockito version

Update references to deprecated Matchers and MockitoJUnitRunner classes
This commit is contained in:
Adam
2019-10-23 10:03:30 -04:00
parent 524f10bfe1
commit 37e025ed79
31 changed files with 65 additions and 91 deletions

View File

@@ -222,8 +222,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<artifactId>mockito-core</artifactId>
<version>3.1.0</version>
<scope>test</scope>
</dependency>
<dependency>