Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.7
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 477955264
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 30, 2022
1 parent 9e3a1dd commit a724450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -60,9 +60,9 @@ rules_pkg_dependencies()

http_archive(
name = "com_google_protobuf",
sha256 = "c29d8b4b79389463c546f98b15aa4391d4ed7ec459340c47bffe15db63eb9126",
strip_prefix = "protobuf-3.21.3",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.3.tar.gz"],
sha256 = "ce2fbea3c78147a41b2a922485d283137845303e5e1b6cbd7ece94b96ade7031",
strip_prefix = "protobuf-3.21.7",
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.7.tar.gz"],
)

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
Expand Down

0 comments on commit a724450

Please sign in to comment.