Repository: hbase Updated Branches: refs/heads/branch-1 7d3af71db -> a290a5d97
HBASE-14979 Update to the newest Zookeeper release Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a290a5d9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a290a5d9 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a290a5d9 Branch: refs/heads/branch-1 Commit: a290a5d978a5eb730d9708bc2c0384d22fc37fb6 Parents: 7d3af71 Author: Elliott Clark <[email protected]> Authored: Mon Dec 14 18:35:40 2015 -0800 Committer: Elliott Clark <[email protected]> Committed: Mon Dec 14 21:07:28 2015 -0800 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a290a5d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9599650..12ab9eb 100644 --- a/pom.xml +++ b/pom.xml @@ -1144,7 +1144,7 @@ <protobuf.version>2.5.0</protobuf.version> <thrift.path>thrift</thrift.path> <thrift.version>0.9.3</thrift.version> - <zookeeper.version>3.4.6</zookeeper.version> + <zookeeper.version>3.4.7</zookeeper.version> <slf4j.version>1.7.7</slf4j.version> <clover.version>4.0.3</clover.version> <jamon-runtime.version>2.4.1</jamon-runtime.version>
