You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/05/11 15:38:12 UTC

svn commit: r1481326 - /commons/proper/dbutils/branches/2_0/pom.xml

Author: sebb
Date: Sat May 11 13:38:11 2013
New Revision: 1481326

URL: http://svn.apache.org/r1481326
Log:
Update test dependencies to latest versions

Modified:
    commons/proper/dbutils/branches/2_0/pom.xml

Modified: commons/proper/dbutils/branches/2_0/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/pom.xml?rev=1481326&r1=1481325&r2=1481326&view=diff
==============================================================================
--- commons/proper/dbutils/branches/2_0/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/branches/2_0/pom.xml [utf-8] Sat May 11 13:38:11 2013
@@ -195,19 +195,19 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.10</version>
+      <version>4.11</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.9.0</version>
+      <version>1.9.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-all</artifactId>
-      <version>1.1</version>
+      <version>1.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>