We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c414dc commit 47c26c1Copy full SHA for 47c26c1
internal.bzl
@@ -79,10 +79,10 @@ def internal_dependencies():
79
maybe(
80
http_archive,
81
name = "com_google_protobuf",
82
- sha256 = "930c2c3b5ecc6c9c12615cf5ad93f1cd6e12d0aba862b572e076259970ac3a53",
83
- strip_prefix = "protobuf-3.21.12",
+ sha256 = "2c23dee0bdbc36bd43ee457083f8f5560265d0815cc1c56033de3932843262fe",
+ strip_prefix = "protobuf-3.24.3",
84
urls = [
85
- "https://github.com/protocolbuffers/protobuf/archive/v3.21.12.tar.gz",
+ "https://github.com/protocolbuffers/protobuf/archive/v3.24.3.tar.gz",
86
],
87
)
88
0 commit comments