Skip to content

Commit d0e053d

Browse files
committed
chore(deps): update dependency google_cloud_cpp to v3
1 parent aeca730 commit d0e053d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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 = "5328f54a7f7a980c3c6b89b0a89c353db6478fcf510a233a5a10afee4d637e1c",
23+
strip_prefix = "google-cloud-cpp-3.3.0",
24+
url = "https://github.com/googleapis/google-cloud-cpp/archive/v3.3.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 = "5328f54a7f7a980c3c6b89b0a89c353db6478fcf510a233a5a10afee4d637e1c",
24+
strip_prefix = "google-cloud-cpp-3.3.0",
25+
url = "https://github.com/googleapis/google-cloud-cpp/archive/v3.3.0.tar.gz",
2626
)
2727
# [END cpp_setup_bazel_download]
2828

0 commit comments

Comments
 (0)