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:05:39 UTC

[04/50] commons-dbutils git commit: Update test dependencies

Update test dependencies

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1611093 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/a7393c9a
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/a7393c9a
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/a7393c9a

Branch: refs/heads/master
Commit: a7393c9a8a4281a550e525f458f11173dbb0ab1e
Parents: bed7e8f
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Jul 16 16:58:11 2014 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Jul 16 16:58:11 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/a7393c9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index eaf1a14..9789cc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,19 +204,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>