From be62e34b7a564121f8d4a6ad572a24b204125372 Mon Sep 17 00:00:00 2001 From: "renovatebot-confluentinc[bot]" <169726756+renovatebot-confluentinc[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:31:32 +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..2fed95c1c 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 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c", + strip_prefix = "protobuf-29.1", + url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v29.1.tar.gz", ) load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")