Skip to content

Commit c790590

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): update protobuf to v3.21.12
PiperOrigin-RevId: 503267695
1 parent 55dd4d7 commit c790590

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ rules_pkg_dependencies()
8282

8383
http_archive(
8484
name = "com_google_protobuf",
85-
sha256 = "ce2fbea3c78147a41b2a922485d283137845303e5e1b6cbd7ece94b96ade7031",
86-
strip_prefix = "protobuf-3.21.7",
87-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.7.tar.gz"],
85+
sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
86+
strip_prefix = "protobuf-3.21.12",
87+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz"],
8888
)
8989

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

0 commit comments

Comments
 (0)