Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 3, 2024
1 parent 3ed9da9 commit e0de402
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 = "758e1eca8186b962516c0659b34ce1768ba1c9769cfd998c5bbffb084ad901ff",
strip_prefix = "google-cloud-cpp-2.29.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.29.0.tar.gz",
sha256 = "170650b11ece54977b42dd85be648b6bd2d614ff68ea6863a0013865e576b49c",
strip_prefix = "google-cloud-cpp-2.30.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.30.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 = "758e1eca8186b962516c0659b34ce1768ba1c9769cfd998c5bbffb084ad901ff",
strip_prefix = "google-cloud-cpp-2.29.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.29.0.tar.gz",
sha256 = "170650b11ece54977b42dd85be648b6bd2d614ff68ea6863a0013865e576b49c",
strip_prefix = "google-cloud-cpp-2.30.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.30.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit e0de402

Please sign in to comment.