Skip to content

Commit 8d4dcbd

Browse files
authored
chore(deps): update dependency google_cloud_cpp to v2.32.0 (#371)
1 parent c55d849 commit 8d4dcbd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pubsub-open-telemetry/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
1919

2020
http_archive(
2121
name = "google_cloud_cpp",
22-
sha256 = "a484d74e060e5375f7b10e42e0c7a35db496312df7fadaff4f36bc66e8061c42",
23-
strip_prefix = "google-cloud-cpp-2.31.0",
24-
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.31.0.tar.gz",
22+
sha256 = "db69dd73ef4af8b2e816d80ded04950036d0e0dccc274f8c3d3ed1d7f5692a1b",
23+
strip_prefix = "google-cloud-cpp-2.32.0",
24+
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.32.0.tar.gz",
2525
)
2626

2727
load("@google_cloud_cpp//bazel:google_cloud_cpp_deps.bzl", "google_cloud_cpp_deps")

setup/WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2020

2121
http_archive(
2222
name = "google_cloud_cpp",
23-
sha256 = "a484d74e060e5375f7b10e42e0c7a35db496312df7fadaff4f36bc66e8061c42",
24-
strip_prefix = "google-cloud-cpp-2.31.0",
25-
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.31.0.tar.gz",
23+
sha256 = "db69dd73ef4af8b2e816d80ded04950036d0e0dccc274f8c3d3ed1d7f5692a1b",
24+
strip_prefix = "google-cloud-cpp-2.32.0",
25+
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.32.0.tar.gz",
2626
)
2727
# [END cpp_setup_bazel_download]
2828

0 commit comments

Comments
 (0)