From e24c7bbf0d5a62e2b3816daaa3e3c6c8b3996c45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 Apr 2022 04:34:25 +0000 Subject: [PATCH] chore(deps): update dependency com_google_protobuf to v3.20.1 --- 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 4f9acd0f7..f8b31ebde 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 = "6bd1e17170ccb166029a1a5857e864020a18ed019a63fa8f1ac3b605f7be4466", - strip_prefix = "protobuf-3.20.0", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.0.zip"], + sha256 = "662879e41508a5ecce3be2c65563a8fac3301a48adef3113913ec4010f405a33", + strip_prefix = "protobuf-3.20.1", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.20.1.zip"], ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")