Skip to content

Commit

Permalink
chore(deps): update dependency com_github_grpc_grpc to v1.39.0 (googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 22, 2021
1 parent ab4225d commit 25c957c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/google_cloud_cpp_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ def google_cloud_cpp_deps():
if "com_github_grpc_grpc" not in native.existing_rules():
http_archive(
name = "com_github_grpc_grpc",
strip_prefix = "grpc-1.38.1",
strip_prefix = "grpc-1.39.0",
urls = [
"https://github.com/grpc/grpc/archive/v1.38.1.tar.gz",
"https://github.com/grpc/grpc/archive/v1.39.0.tar.gz",
],
sha256 = "f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8",
sha256 = "b16992aa1c949c10d5d5ce2a62f9d99fa7de77da2943e643fb66dcaf075826d6",
)

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

0 comments on commit 25c957c

Please sign in to comment.