We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3a1dd commit a724450Copy full SHA for a724450
WORKSPACE
@@ -60,9 +60,9 @@ rules_pkg_dependencies()
60
61
http_archive(
62
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"],
+ sha256 = "ce2fbea3c78147a41b2a922485d283137845303e5e1b6cbd7ece94b96ade7031",
+ strip_prefix = "protobuf-3.21.7",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.7.tar.gz"],
66
)
67
68
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments