Skip to content

Commit a9d2dd5

Browse files
authored
chore(deps): update dependency com_github_grpc_grpc to v1.48.1 (#9756)
1 parent 936707c commit a9d2dd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ def google_cloud_cpp_deps():
129129
if "com_github_grpc_grpc" not in native.existing_rules():
130130
http_archive(
131131
name = "com_github_grpc_grpc",
132-
strip_prefix = "grpc-1.47.1",
132+
strip_prefix = "grpc-1.48.1",
133133
urls = [
134-
"https://github.com/grpc/grpc/archive/v1.47.1.tar.gz",
134+
"https://github.com/grpc/grpc/archive/v1.48.1.tar.gz",
135135
],
136-
sha256 = "ba7c36989ad8a52c813adeebb0c65869283448f496dbb2868c75f69941dec6a9",
136+
sha256 = "320366665d19027cda87b2368c03939006a37e0388bfd1091c8d2a96fbc93bd8",
137137
)
138138

139139
# We use the cc_proto_library() rule from @com_google_protobuf, which

0 commit comments

Comments
 (0)