From 5140dec72dfed26068115e8a07cfc476a3b0d633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:53:40 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v29.2 --- tests/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 4e646cd8..a076b4f7 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -273,9 +273,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "537d1c4edb6cbfa96d98a021650e3c455fffcf80dbdcea7fe46cb356e6e9732d", - strip_prefix = "protobuf-29.0-rc3", - urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc3/protobuf-29.0-rc3.zip"], + sha256 = "60c1ab4befe9d0a975c2344b5511bf6b44f91ec3e1426c878f56bf30a0589c43", + strip_prefix = "protobuf-29.2", + urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v29.2/protobuf-29.2.zip"], ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")