We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4225d commit 25c957cCopy full SHA for 25c957c
1 file changed
bazel/google_cloud_cpp_deps.bzl
@@ -119,11 +119,11 @@ def google_cloud_cpp_deps():
119
if "com_github_grpc_grpc" not in native.existing_rules():
120
http_archive(
121
name = "com_github_grpc_grpc",
122
- strip_prefix = "grpc-1.38.1",
+ strip_prefix = "grpc-1.39.0",
123
urls = [
124
- "https://github.com/grpc/grpc/archive/v1.38.1.tar.gz",
+ "https://github.com/grpc/grpc/archive/v1.39.0.tar.gz",
125
],
126
- sha256 = "f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8",
+ sha256 = "b16992aa1c949c10d5d5ce2a62f9d99fa7de77da2943e643fb66dcaf075826d6",
127
)
128
129
# We use the cc_proto_library() rule from @com_google_protobuf, which
0 commit comments