Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.29.0 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2024
1 parent 8e870e7 commit 3ed9da9
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 = "1d51910cb4419f6100d8b9df6bccd33477d09f50e378f12b06dae0f137ed7bc6",
strip_prefix = "google-cloud-cpp-2.28.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.28.0.tar.gz",
sha256 = "758e1eca8186b962516c0659b34ce1768ba1c9769cfd998c5bbffb084ad901ff",
strip_prefix = "google-cloud-cpp-2.29.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.29.0.tar.gz",
)

load("@google_cloud_cpp//bazel:google_cloud_cpp_deps.bzl", "google_cloud_cpp_deps")
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 = "1d51910cb4419f6100d8b9df6bccd33477d09f50e378f12b06dae0f137ed7bc6",
strip_prefix = "google-cloud-cpp-2.28.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.28.0.tar.gz",
sha256 = "758e1eca8186b962516c0659b34ce1768ba1c9769cfd998c5bbffb084ad901ff",
strip_prefix = "google-cloud-cpp-2.29.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.29.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 3ed9da9

Please sign in to comment.