Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 19, 2024
1 parent aeca730 commit 1e04b2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pubsub-open-telemetry/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "google_cloud_cpp",
sha256 = "db69dd73ef4af8b2e816d80ded04950036d0e0dccc274f8c3d3ed1d7f5692a1b",
strip_prefix = "google-cloud-cpp-2.32.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.32.0.tar.gz",
sha256 = "e53ba3799c052d97acac9a6a6b27af24ce822dbde7bfde973bac9e5da714e6b2",
strip_prefix = "google-cloud-cpp-2.33.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.33.0.tar.gz",
)

load("@google_cloud_cpp//bazel:workspace0.bzl", "gl_cpp_workspace0")
Expand Down
6 changes: 3 additions & 3 deletions setup/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "google_cloud_cpp",
sha256 = "db69dd73ef4af8b2e816d80ded04950036d0e0dccc274f8c3d3ed1d7f5692a1b",
strip_prefix = "google-cloud-cpp-2.32.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.32.0.tar.gz",
sha256 = "e53ba3799c052d97acac9a6a6b27af24ce822dbde7bfde973bac9e5da714e6b2",
strip_prefix = "google-cloud-cpp-2.33.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.33.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 1e04b2e

Please sign in to comment.