From 4ef03d98021d6993210d785388fc3bda55c1bd17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:07:24 +0000 Subject: [PATCH] Update dependency com_google_protobuf to v3.28.0 --- 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..6d356b36 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.28.0.tar.gz"], + sha256 = "5c48b997e92a82ccc9a8c7f49eb863f9f179bd66557e6a2acb7c1b2dd04ef859", + strip_prefix = "protobuf-3.28.0", ) # Required by gRPC