We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361f5ab commit 9fb8586Copy full SHA for 9fb8586
tests/WORKSPACE
@@ -273,9 +273,9 @@ http_archive(
273
274
http_archive(
275
name = "com_google_protobuf",
276
- sha256 = "60c1ab4befe9d0a975c2344b5511bf6b44f91ec3e1426c878f56bf30a0589c43",
277
- strip_prefix = "protobuf-29.2",
278
- urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.2/protobuf-29.2.zip"],
+ sha256 = "e9b9ac1910b1041065839850603caf36e29d3d3d230ddf52bd13778dd31b9046",
+ strip_prefix = "protobuf-29.3",
+ urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protobuf-29.3.zip"],
279
)
280
281
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments