Skip to content

Commit 9fb8586

Browse files
chore(deps): update dependency com_google_protobuf to v29.3
1 parent 361f5ab commit 9fb8586

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
@@ -273,9 +273,9 @@ http_archive(
273273

274274
http_archive(
275275
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"],
276+
sha256 = "e9b9ac1910b1041065839850603caf36e29d3d3d230ddf52bd13778dd31b9046",
277+
strip_prefix = "protobuf-29.3",
278+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.3/protobuf-29.3.zip"],
279279
)
280280

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

0 commit comments

Comments
 (0)