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
commit e1c3aea7e330193d97a28d5fe7134265da792b97 Author: Zachary Pinto <zapi...@linkedin.com> 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. --- helix-gateway/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helix-gateway/pom.xml b/helix-gateway/pom.xml index 52c21d599..5c6efb622 100644 --- a/helix-gateway/pom.xml +++ b/helix-gateway/pom.xml @@ -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)",