Skip to content

Commit 25c957c

Browse files
authored
chore(deps): update dependency com_github_grpc_grpc to v1.39.0 (#7039)
1 parent ab4225d commit 25c957c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ def google_cloud_cpp_deps():
119119
if "com_github_grpc_grpc" not in native.existing_rules():
120120
http_archive(
121121
name = "com_github_grpc_grpc",
122-
strip_prefix = "grpc-1.38.1",
122+
strip_prefix = "grpc-1.39.0",
123123
urls = [
124-
"https://github.com/grpc/grpc/archive/v1.38.1.tar.gz",
124+
"https://github.com/grpc/grpc/archive/v1.39.0.tar.gz",
125125
],
126-
sha256 = "f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8",
126+
sha256 = "b16992aa1c949c10d5d5ce2a62f9d99fa7de77da2943e643fb66dcaf075826d6",
127127
)
128128

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

0 commit comments

Comments
 (0)