Skip to content

Commit 777dd64

Browse files
authored
chore(deps): update dependency google_cloud_cpp to v2.31.0 (#369)
1 parent 09cff92 commit 777dd64

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 = "170650b11ece54977b42dd85be648b6bd2d614ff68ea6863a0013865e576b49c",
23-
strip_prefix = "google-cloud-cpp-2.30.0",
24-
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.30.0.tar.gz",
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",
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 = "170650b11ece54977b42dd85be648b6bd2d614ff68ea6863a0013865e576b49c",
24-
strip_prefix = "google-cloud-cpp-2.30.0",
25-
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.30.0.tar.gz",
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",
2626
)
2727
# [END cpp_setup_bazel_download]
2828

0 commit comments

Comments
 (0)