We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55dd4d7 commit c790590Copy full SHA for c790590
1 file changed
WORKSPACE
@@ -82,9 +82,9 @@ rules_pkg_dependencies()
82
83
http_archive(
84
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"],
+ sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
+ strip_prefix = "protobuf-3.21.12",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz"],
88
)
89
90
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments