You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2017/07/07 02:06:54 UTC

[32/58] [abbrv] commons-dbutils git commit: Update test dependencies to latest versions

Update test dependencies to latest versions

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/branches/2_0@1481326 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/1761b745
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/1761b745
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/1761b745

Branch: refs/heads/2_0
Commit: 1761b745c121cba503bdd552397b621a94179dab
Parents: fe043e7
Author: Sebastian Bazley <se...@apache.org>
Authored: Sat May 11 13:38:11 2013 +0000
Committer: Sebastian Bazley <se...@apache.org>
Committed: Sat May 11 13:38:11 2013 +0000

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/1761b745/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 096f6a0..4ba01d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>