Skip to content

Commit a724450

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
chore(bazel): update protobuf to v3.21.7
PiperOrigin-RevId: 477955264
1 parent 9e3a1dd commit a724450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ rules_pkg_dependencies()
6060

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

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

0 commit comments

Comments
 (0)