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

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


The following commit(s) were added to refs/heads/master by this push:
     new 90380fc4b [GOBBLIN-1886] Upgrade to Helix 1.1.0 (#3748)
90380fc4b is described below

commit 90380fc4bcf5db13c306d2ac3b49b613d84830b8
Author: Matthew Ho <[email protected]>
AuthorDate: Wed Aug 23 17:18:20 2023 -0700

    [GOBBLIN-1886] Upgrade to Helix 1.1.0 (#3748)
---
 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 9c34ef028..d7814e43f 100644
--- a/gradle/scripts/dependencyDefinitions.gradle
+++ b/gradle/scripts/dependencyDefinitions.gradle
@@ -68,7 +68,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:1.0.2",
+    "helix": "org.apache.helix:helix-core:1.1.0",
     "hikariCP": "com.zaxxer:HikariCP:3.2.0",
     "hiveCommon": "com.linkedin.hive:hive-common:" + hiveVersion,
     "hiveService": "com.linkedin.hive:hive-service:" + hiveVersion,

Reply via email to