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 10:01:07 UTC

[hbase] branch branch-2 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 branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit c5a5bf7f485ccd51b8229ecb0d38f5b5f66e8a73
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 00014d1..0c1eb0f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1343,7 +1343,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>