diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index 9e28091b76a..4afa760d4ba 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -520,11 +520,11 @@ def grpc_deps(): if "google_cloud_cpp" not in native.existing_rules(): http_archive( name = "google_cloud_cpp", - sha256 = "371d01b03c7e2604d671b8fa1c86710abe3b524a78bc2705a6bb4de715696755", - strip_prefix = "google-cloud-cpp-2.14.0", + sha256 = "7ca7f583b60d2aa1274411fed3b9fb3887119b2e84244bb3fc69ea1db819e4e5", + strip_prefix = "google-cloud-cpp-2.16.0", urls = [ - "https://storage.googleapis.com/grpc-bazel-mirror/github.com/googleapis/google-cloud-cpp/archive/refs/tags/v2.14.0.tar.gz", - "https://github.com/googleapis/google-cloud-cpp/archive/refs/tags/v2.14.0.tar.gz", + "https://storage.googleapis.com/grpc-bazel-mirror/github.com/googleapis/google-cloud-cpp/archive/refs/tags/v2.16.0.tar.gz", + "https://github.com/googleapis/google-cloud-cpp/archive/refs/tags/v2.16.0.tar.gz", ], )