Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 16, 2025
1 parent aeca730 commit 5cb1c1b
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 = "22deeb6c2abf0838f4d4c6100e83489bb581fa8015180370500ad31712f601ac",
strip_prefix = "google-cloud-cpp-2.34.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.34.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 = "22deeb6c2abf0838f4d4c6100e83489bb581fa8015180370500ad31712f601ac",
strip_prefix = "google-cloud-cpp-2.34.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.34.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 5cb1c1b

Please sign in to comment.