Skip to content

Commit a3368d7

Browse files
authored
chore(deps): update dependency google_cloud_cpp to v2.19.0 (#13400)
1 parent 8ef577f commit a3368d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google/cloud/cloudquotas/quickstart/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2323
# NOTE: Update this version and SHA256 as needed.
2424
http_archive(
2525
name = "google_cloud_cpp",
26-
sha256 = "8cb87ec2947e691a7f8631877e78453bcfda51b3d3cd4940794a376741888d37",
27-
strip_prefix = "google-cloud-cpp-2.17.0",
28-
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.17.0.tar.gz",
26+
sha256 = "63f009092afd900cb812050bcecf607e37d762ac911e0bcbf4af9a432da91890",
27+
strip_prefix = "google-cloud-cpp-2.19.0",
28+
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.19.0.tar.gz",
2929
)
3030

3131
# Load indirect dependencies due to

0 commit comments

Comments
 (0)