From bc6b30d9b7667fd5f538eba7806e1e43f0761e78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:08:55 -0800 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v25 (#93) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a7627a9..d6b7625 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -35,11 +35,11 @@ buildifier_prebuilt_register_toolchains() http_archive( name = "com_google_protobuf", - sha256 = "3c83e4301b968d0b4f29a0c29c0b3cde1da81d790ffd344b111c523ba1954392", - strip_prefix = "protobuf-3.25.2", + sha256 = "8ff511a64fc46ee792d3fe49a5a1bcad6f7dc50dfbba5a28b0e5b979c17f9871", + strip_prefix = "protobuf-25.2", urls = [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.25.2.tar.gz", - "https://github.com/protocolbuffers/protobuf/archive/v3.25.2.tar.gz", + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v25.2.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v25.2.tar.gz", ], )