Skip to content

Commit

Permalink
Update dependency com_github_grpc_grpc to v1.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent b407e85 commit 09c6040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/zetasql_deps_step_2.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ py_library(
if not native.existing_rule("com_github_grpc_grpc"):
http_archive(
name = "com_github_grpc_grpc",
urls = ["https://github.com/grpc/grpc/archive/v1.43.2.tar.gz"],
sha256 = "b74ce7d26fe187970d1d8e2c06a5d3391122f7bc1fdce569aff5e435fb8fe780",
strip_prefix = "grpc-1.43.2",
urls = ["https://github.com/grpc/grpc/archive/v1.49.1.tar.gz"],
sha256 = "5071b630e2a14707ad060636990f1b25b0984bd168c7ea1ab95e48a3bdc0081f",
strip_prefix = "grpc-1.49.1",
)

if analyzer_deps:
Expand Down

0 comments on commit 09c6040

Please sign in to comment.