This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch cpp in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
commit 056e68c037786dc495fbdf5b65e4c563de7980d8 Author: Li Zhanhui <[email protected]> AuthorDate: Fri Jul 1 14:30:45 2022 +0800 Upgrade grpc to v1.46.3.2 --- cpp/bazel/rocketmq_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/bazel/rocketmq_deps.bzl b/cpp/bazel/rocketmq_deps.bzl index b13bc27..30ee383 100644 --- a/cpp/bazel/rocketmq_deps.bzl +++ b/cpp/bazel/rocketmq_deps.bzl @@ -114,11 +114,11 @@ def rocketmq_deps(): maybe( http_archive, name = "com_github_grpc_grpc", - strip_prefix = "grpc-1.46.3.1", + strip_prefix = "grpc-1.46.3.2", # sha256 = "67423a4cd706ce16a88d1549297023f0f9f0d695a96dd684adc21e67b021f9bc", urls = [ - "https://shutian.oss-cn-hangzhou.aliyuncs.com/cdn/grpc/grpc-1.46.3.1.tar.gz", - "https://github.com/lizhanhui/grpc/archive/refs/tags/v1.46.3.1.tar.gz", + "https://shutian.oss-cn-hangzhou.aliyuncs.com/cdn/grpc/grpc-1.46.3.2.tar.gz", + "https://github.com/lizhanhui/grpc/archive/refs/tags/v1.46.3.2.tar.gz", ], )
