From 68afeb99e1c05838b17ced497fdaa9910491317f Mon Sep 17 00:00:00 2001 From: "renovatebot-confluentinc[bot]" <169726756+renovatebot-confluentinc[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:06:08 +0000 Subject: [PATCH] Update dependency com_google_protobuf to v29 --- test_cross_build/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_cross_build/WORKSPACE b/test_cross_build/WORKSPACE index 445e5de00..d5c4d11f7 100644 --- a/test_cross_build/WORKSPACE +++ b/test_cross_build/WORKSPACE @@ -31,9 +31,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "75be42bd736f4df6d702a0e4e4d30de9ee40eac024c4b845d17ae4cc831fe4ae", - strip_prefix = "protobuf-21.7", - url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v21.7.tar.gz", + sha256 = "10a0d58f39a1a909e95e00e8ba0b5b1dc64d02997f741151953a2b3659f6e78c", + strip_prefix = "protobuf-29.0", + url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v29.0.tar.gz", ) load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")