]> source.dussan.org Git - archiva.git/commitdiff
upgrade mockito version
authorOlivier Lamy <olamy@apache.org>
Sat, 22 Sep 2012 22:13:22 +0000 (22:13 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 22 Sep 2012 22:13:22 +0000 (22:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1388910 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 3976edf6ede6ff67945ab544dcaf71cea5bd2e22..823ab55349b321cdd5849e33c893d51c174ef350 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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>