diff --git a/bazel/zetasql_deps_step_2.bzl b/bazel/zetasql_deps_step_2.bzl index 4ba0e960a..f0da87338 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.27.4.tar.gz"], + sha256 = "fb5908774cdade2d23183fd8014af92fbd33b203eede5bdde59a4002e8e21e66", + strip_prefix = "protobuf-3.27.4", ) # Required by gRPC