Skip to content

Commit 5cb1c1b

Browse files
committed
chore(deps): update dependency google_cloud_cpp to v2.34.0
1 parent aeca730 commit 5cb1c1b

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 = "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",
22+
sha256 = "22deeb6c2abf0838f4d4c6100e83489bb581fa8015180370500ad31712f601ac",
23+
strip_prefix = "google-cloud-cpp-2.34.0",
24+
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.34.0.tar.gz",
2525
)
2626

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

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 = "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",
23+
sha256 = "22deeb6c2abf0838f4d4c6100e83489bb581fa8015180370500ad31712f601ac",
24+
strip_prefix = "google-cloud-cpp-2.34.0",
25+
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.34.0.tar.gz",
2626
)
2727
# [END cpp_setup_bazel_download]
2828

0 commit comments

Comments
 (0)