Skip to content

Commit 0f07448

Browse files
Update dependency com_google_protobuf to v29.5
1 parent 59d2cff commit 0f07448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ http_archive(
300300

301301
http_archive(
302302
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"],
303+
sha256 = "b50b953a8f183f1fa58eb7d96fdedd5f982831b13e4477fb6d0b2ae9c9d1bfc1",
304+
strip_prefix = "protobuf-29.5",
305+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.5/protobuf-29.5.zip"],
306306
)
307307

308308
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")

0 commit comments

Comments
 (0)