You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/06/20 03:37:12 UTC

[kylin] branch master-hadoop3.1 updated: #KYLIN-4044, update curator version to avoid NPE issue

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

nic pushed a commit to branch master-hadoop3.1
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master-hadoop3.1 by this push:
     new d901acf  #KYLIN-4044, update curator version to avoid NPE issue
d901acf is described below

commit d901acf15217013cfbb17e8ebc8da3ebf4a4efae
Author: ZhengshuaiPENG <co...@hotmail.com>
AuthorDate: Fri Jun 14 11:42:28 2019 +0800

    #KYLIN-4044, update curator version to avoid NPE issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 83392d1..b5432d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
 
         <!-- Hadoop Common deps, keep compatible with hadoop2.version -->
         <zookeeper.version>3.4.13</zookeeper.version>
-        <curator.version>4.0.1</curator.version>
+        <curator.version>4.2.0</curator.version>
         <jsr305.version>3.0.1</jsr305.version>
         <guava.version>14.0</guava.version>
         <jsch.version>0.1.54</jsch.version>