From 656265158fd065c38209208cfb3ad6ee40d54b98 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 5 Aug 2023 01:53:47 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v23 --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 055bf2603..d3c42eff9 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -35,9 +35,9 @@ switched_rules_by_language(name = "com_google_googleapis_imports", grpc = True) # http_archive( name = "com_google_protobuf", - sha256 = "e268a2886d6015f2febef162c76029f482fd36c38680a2bf6f6d00499fd68d00", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.23.3.zip"], - strip_prefix = "protobuf-3.23.3", + sha256 = "9f47ba30e0db51bf58d4fdfbdedebefa8bf9b27be5a676db9336ebf623c89f9a", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v23.4.zip"], + strip_prefix = "protobuf-23.4", ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps") protobuf_deps()