You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/09/14 00:59:37 UTC

[2/2] hbase git commit: HBASE-18813 TestCanaryTool fails on branch-1 / branch-1.4

HBASE-18813 TestCanaryTool fails on branch-1 / branch-1.4

Upgrade Mockito to 1.10.19


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b55ae2d4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b55ae2d4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b55ae2d4

Branch: refs/heads/branch-1.4
Commit: b55ae2d4a9910c1cc114acd6dfbc60095f326a1c
Parents: e985d9f
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Sep 13 16:20:00 2017 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Sep 13 16:20:24 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b55ae2d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 51dc05a..1c5a581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1269,7 +1269,7 @@
     <hamcrest.version>1.3</hamcrest.version>
     <htrace.version>3.1.0-incubating</htrace.version>
     <log4j.version>1.2.17</log4j.version>
-    <mockito-all.version>1.10.8</mockito-all.version>
+    <mockito-all.version>1.10.19</mockito-all.version>
     <protobuf.version>2.5.0</protobuf.version>
     <thrift.path>thrift</thrift.path>
     <thrift.version>0.9.3</thrift.version>