You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by me...@apache.org on 2019/09/23 09:59:13 UTC

[hbase] branch master updated: HBASE-23032 Upgrade to Curator 4.2.0

This is an automated email from the ASF dual-hosted git repository.

meszibalu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new d3c1bb4  HBASE-23032 Upgrade to Curator 4.2.0
d3c1bb4 is described below

commit d3c1bb42e9e60a30d9579c84fa30f2c324c75d70
Author: Balazs Meszaros <me...@apache.org>
AuthorDate: Mon Sep 23 11:59:06 2019 +0200

    HBASE-23032 Upgrade to Curator 4.2.0
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78a9341..6725b47 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1505,7 +1505,7 @@
     <bouncycastle.version>1.60</bouncycastle.version>
     <kerby.version>1.0.1</kerby.version>
     <commons-crypto.version>1.0.0</commons-crypto.version>
-    <curator.version>4.0.0</curator.version>
+    <curator.version>4.2.0</curator.version>
     <!-- Plugin Dependencies -->
     <apache.rat.version>0.12</apache.rat.version>
     <asciidoctor.plugin.version>1.5.5</asciidoctor.plugin.version>