From e8b781199b7a184cbd2a4aca914d0b43fb3fab37 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 May 2023 01:13:39 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v3.23.2 --- bazel_example/WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel_example/WORKSPACE.bazel b/bazel_example/WORKSPACE.bazel index 329bc8cfc..2a6916ed4 100644 --- a/bazel_example/WORKSPACE.bazel +++ b/bazel_example/WORKSPACE.bazel @@ -16,9 +16,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "com_google_protobuf", - sha256 = "f7042d540c969b00db92e8e1066a9b8099c8379c33f40f360eb9e1d98a36ca26", - strip_prefix = "protobuf-3.21.12", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.12.zip"], + sha256 = "88c7aca1b5441c3b39fc6ea01685bc5dee2c236e64c2c6f356f12fba7c898d5f", + strip_prefix = "protobuf-3.23.2", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.23.2.zip"], ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")