From 11db8661fc12eaf7f9f30e69de338bd1c36912ea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 May 2022 20:47:56 +0000 Subject: [PATCH] Update dependency com_google_protobuf to v3.21.1 --- bazel/zetasql_deps_step_2.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/zetasql_deps_step_2.bzl b/bazel/zetasql_deps_step_2.bzl index 4ba0e960..18acc137 100644 --- a/bazel/zetasql_deps_step_2.bzl +++ b/bazel/zetasql_deps_step_2.bzl @@ -238,9 +238,9 @@ py_library( if not native.existing_rule("com_google_protobuf"): http_archive( name = "com_google_protobuf", - urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.19.3.tar.gz"], - sha256 = "390191a0d7884b3e52bb812c440ad1497b9d484241f37bb8e2ccc8c2b72d6c36", - strip_prefix = "protobuf-3.19.3", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.1.tar.gz"], + sha256 = "a295dd3b9551d3e2749a9969583dea110c6cdcc39d02088f7c7bb1100077e081", + strip_prefix = "protobuf-3.21.1", ) # Required by gRPC