Skip to content

Commit

Permalink
Update dependency com_github_grpc_grpc to v1.68.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 6e67a19 commit c4acb34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ def _com_github_grpc_grpc():
maybe(
http_archive,
name = "com_github_grpc_grpc",
sha256 = "7f42363711eb483a0501239fd5522467b31d8fe98d70d7867c6ca7b52440d828",
strip_prefix = "grpc-1.51.0",
sha256 = "c8bb8a695208a15f6176146534b42b84806f3080ddd29fe89128a32ed943634b",
strip_prefix = "grpc-1.68.1",
type = "tar.gz",
patch_args = ["-p1"],
patches = ["@psi//bazel/patches:grpc.patch"],
urls = [
"https://github.com/grpc/grpc/archive/refs/tags/v1.51.0.tar.gz",
"https://github.com/grpc/grpc/archive/refs/tags/v1.68.1.tar.gz",
],
)

Expand Down

0 comments on commit c4acb34

Please sign in to comment.