From 1923c5579cfd1a0c26e0cab9f8cc582f58d6ce1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:25:58 +0000 Subject: [PATCH] Update dependency com_google_protobuf to v32 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 35d5e77..927fef1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -33,9 +33,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "7c3ebd7aaedd86fa5dc479a0fda803f602caaf78d8aff7ce83b89e1b8ae7442a", - strip_prefix = "protobuf-28.3", - url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.3.tar.gz", + sha256 = "d2081ab9528292f7980ef2d88d2be472453eea4222141046ad4f660874d5f24e", + strip_prefix = "protobuf-32.1", + url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v32.1.tar.gz", ) http_archive(