Skip to content

Commit c115aae

Browse files
Update dependency com_github_grpc_grpc to v1.68.2
1 parent b407e85 commit c115aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/zetasql_deps_step_2.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ py_library(
275275
if not native.existing_rule("com_github_grpc_grpc"):
276276
http_archive(
277277
name = "com_github_grpc_grpc",
278-
urls = ["https://github.com/grpc/grpc/archive/v1.43.2.tar.gz"],
279-
sha256 = "b74ce7d26fe187970d1d8e2c06a5d3391122f7bc1fdce569aff5e435fb8fe780",
280-
strip_prefix = "grpc-1.43.2",
278+
urls = ["https://github.com/grpc/grpc/archive/v1.68.2.tar.gz"],
279+
sha256 = "afbc5d78d6ba6d509cc6e264de0d49dcd7304db435cbf2d630385bacf49e066c",
280+
strip_prefix = "grpc-1.68.2",
281281
)
282282

283283
if analyzer_deps:

0 commit comments

Comments
 (0)