We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936707c commit a9d2dd5Copy full SHA for a9d2dd5
bazel/google_cloud_cpp_deps.bzl
@@ -129,11 +129,11 @@ def google_cloud_cpp_deps():
129
if "com_github_grpc_grpc" not in native.existing_rules():
130
http_archive(
131
name = "com_github_grpc_grpc",
132
- strip_prefix = "grpc-1.47.1",
+ strip_prefix = "grpc-1.48.1",
133
urls = [
134
- "https://github.com/grpc/grpc/archive/v1.47.1.tar.gz",
+ "https://github.com/grpc/grpc/archive/v1.48.1.tar.gz",
135
],
136
- sha256 = "ba7c36989ad8a52c813adeebb0c65869283448f496dbb2868c75f69941dec6a9",
+ sha256 = "320366665d19027cda87b2368c03939006a37e0388bfd1091c8d2a96fbc93bd8",
137
)
138
139
# We use the cc_proto_library() rule from @com_google_protobuf, which
0 commit comments