From c344c21afdd08f484d2cd90f8f0ee0a8deb19b40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:06:21 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v25.4 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 80da9d9..2ed66f3 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -35,9 +35,9 @@ gazelle_dependencies() http_archive( name = "com_google_protobuf", - sha256 = "d19643d265b978383352b3143f04c0641eea75a75235c111cc01a1350173180e", - strip_prefix = "protobuf-25.3", - urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v25.3.tar.gz"], + sha256 = "af9236a5b5b0f641b20f5511c1e4527efa981ac91d7342c6b1033f4f03bc5d21", + strip_prefix = "protobuf-25.4", + urls = ["https://github.com/protocolbuffers/protobuf/archive/refs/tags/v25.4.tar.gz"], ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")