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

xyuanlu pushed a commit to branch helix-gateway-service
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/helix-gateway-service by this 
push:
     new ff2bdcdd8 Switch to compatible grpc version (#2904)
ff2bdcdd8 is described below

commit ff2bdcdd837638ab0766908ddbe6f201333f4061
Author: Zachary Pinto <[email protected]>
AuthorDate: Thu Sep 5 22:19:56 2024 -0700

    Switch to compatible grpc version (#2904)
    
    * Switch to compatible grpc version.
    
    * Bump snapshot
    
    * Add helix-gateway-service branch to PR CI.
---
 .github/workflows/Helix-PR-CI.yml | 2 +-
 helix-gateway/pom.xml             | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/Helix-PR-CI.yml 
b/.github/workflows/Helix-PR-CI.yml
index d86c8d8af..8ed1fb9ad 100644
--- a/.github/workflows/Helix-PR-CI.yml
+++ b/.github/workflows/Helix-PR-CI.yml
@@ -1,7 +1,7 @@
 name: Helix PR CI
 on:
   pull_request:
-    branches: [ master, metaclient, ApplicationClusterManager] # TODO: remove 
side branch
+    branches: [ master, metaclient, ApplicationClusterManager, 
helix-gateway-service] # TODO: remove side branch
     paths-ignore:
       - '.github/**'
       - 'helix-front/**'
diff --git a/helix-gateway/pom.xml b/helix-gateway/pom.xml
index 62e927d11..5c6efb622 100644
--- a/helix-gateway/pom.xml
+++ b/helix-gateway/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.helix</groupId>
     <artifactId>helix</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -43,9 +43,9 @@
   </organization>
 
   <properties>
-    <protobuf.version>3.25.3</protobuf.version>
-    <protoc.version>3.25.3</protoc.version>
-    <grpc.version>1.65.1</grpc.version>
+    <protobuf.version>3.24.0</protobuf.version>
+    <protoc.version>3.24.0</protoc.version>
+    <grpc.version>1.59.1</grpc.version>
     <osgi.import>
       org.slf4j*;version="[1.7,2)",
       org.apache.logging.log4j*;version="[2.17,3)",

Reply via email to