Skip to content

Commit 52eba0b

Browse files
committed
chore(deps): update dependency google_cloud_cpp to v2.40.0
1 parent aeca730 commit 52eba0b

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

0 commit comments

Comments
 (0)