You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by su...@apache.org on 2020/04/21 18:17:38 UTC

[incubator-gobblin] branch master updated: [GOBBLIN-1122] Bump up helix-lib version[]

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

suvasude pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-gobblin.git


The following commit(s) were added to refs/heads/master by this push:
     new c407e20  [GOBBLIN-1122] Bump up helix-lib version[]
c407e20 is described below

commit c407e205fe42ad4fabf0310d908c1b633a3ad040
Author: sv2000 <su...@gmail.com>
AuthorDate: Tue Apr 21 11:17:31 2020 -0700

    [GOBBLIN-1122] Bump up helix-lib version[]
    
    Closes #2962 from sv2000/helix09
---
 gradle/scripts/dependencyDefinitions.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/scripts/dependencyDefinitions.gradle b/gradle/scripts/dependencyDefinitions.gradle
index e9156e1..8debf85 100644
--- a/gradle/scripts/dependencyDefinitions.gradle
+++ b/gradle/scripts/dependencyDefinitions.gradle
@@ -63,7 +63,7 @@ ext.externalDependency = [
     "hadoopAnnotations": "org.apache.hadoop:hadoop-annotations:" + hadoopVersion,
     "hadoopAws": "org.apache.hadoop:hadoop-aws:2.6.0",
     "hdrHistogram": "org.hdrhistogram:HdrHistogram:2.1.11",
-    "helix": "org.apache.helix:helix-core:0.8.2",
+    "helix": "org.apache.helix:helix-core:0.9.4",
     "hiveCommon": "org.apache.hive:hive-common:" + hiveVersion,
     "hiveService": "org.apache.hive:hive-service:" + hiveVersion,
     "hiveJdbc": "org.apache.hive:hive-jdbc:" + hiveVersion,