From 2831f42d27a0315570009ca4dc342a2799083bab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 06:35:57 +0000 Subject: [PATCH] Update dependency com_google_protobuf to v29.5 --- tests/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index 16bef205..44ed40e7 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -300,9 +300,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "e9b9ac1910b1041065839850603caf36e29d3d3d230ddf52bd13778dd31b9046", - strip_prefix = "protobuf-29.3", - 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"], ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")