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 59d2cff commit 0f07448Copy full SHA for 0f07448
tests/WORKSPACE
@@ -300,9 +300,9 @@ http_archive(
300
301
http_archive(
302
name = "com_google_protobuf",
303
- sha256 = "e9b9ac1910b1041065839850603caf36e29d3d3d230ddf52bd13778dd31b9046",
304
- strip_prefix = "protobuf-29.3",
305
- urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protobuf-29.3.zip"],
+ sha256 = "b50b953a8f183f1fa58eb7d96fdedd5f982831b13e4477fb6d0b2ae9c9d1bfc1",
+ strip_prefix = "protobuf-29.5",
+ urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.5/protobuf-29.5.zip"],
306
)
307
308
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
0 commit comments