upgrade mockito version

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388910 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-22 22:13:22 +00:00
parent 9577b5fc9d
commit 890e111d5c
1 changed files with 2 additions and 2 deletions

View File

@ -1475,13 +1475,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.3</version>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.8.3</version>
<version>1.8.5</version>
<scope>test</scope>
</dependency>
</dependencies>