Skip to content

Commit a49ec71

Browse files
chore(deps): update dependency com_google_protobuf to v29.2
1 parent 8d39605 commit a49ec71

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 = "537d1c4edb6cbfa96d98a021650e3c455fffcf80dbdcea7fe46cb356e6e9732d",
277-
strip_prefix = "protobuf-29.0-rc3",
278-
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc3/protobuf-29.0-rc3.zip"],
276+
sha256 = "60c1ab4befe9d0a975c2344b5511bf6b44f91ec3e1426c878f56bf30a0589c43",
277+
strip_prefix = "protobuf-29.2",
278+
urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.2/protobuf-29.2.zip"],
279279
)
280280

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

0 commit comments

Comments
 (0)