From cc13bb266728a34a590af66c4ed691c2d3ba2541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:21:27 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v28.2 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 932e66fa9eb..56f2632e6b4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -13,9 +13,9 @@ http_archive( # Define before rules_proto, otherwise we receive the version of com_google_protobuf from there http_archive( name = "com_google_protobuf", - sha256 = "3b8bf6e96499a744bd014c60b58f797715a758093abf859f1d902194b8e1f8c9", - strip_prefix = "protobuf-28.1", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.1.tar.gz"], + sha256 = "b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db", + strip_prefix = "protobuf-28.2", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v28.2.tar.gz"], ) http_archive(