[pom] Update mockito-core to 2.8.47

This commit is contained in:
Jeremy Landis 2017-07-03 19:58:14 -04:00 committed by rfscholte
parent 036f0998cd
commit 0e8dd0e503
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<artifactId>mockito-core</artifactId>
<version>2.8.47</version>
<scope>test</scope>
</dependency>
<dependency>