Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.26.0 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 1, 2024
1 parent 4f56ab9 commit 1b2549e
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 = "6f58213e2af16326392da84cd8a52af78cb80bc47338eb87e87d14c14c0e6bad",
strip_prefix = "google-cloud-cpp-2.25.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.25.0.tar.gz",
sha256 = "91cd0552c68d85c0c07f9500771367034ea78f6814603275dcf8664472f8f37f",
strip_prefix = "google-cloud-cpp-2.26.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.26.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 = "6f58213e2af16326392da84cd8a52af78cb80bc47338eb87e87d14c14c0e6bad",
strip_prefix = "google-cloud-cpp-2.25.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.25.0.tar.gz",
sha256 = "91cd0552c68d85c0c07f9500771367034ea78f6814603275dcf8664472f8f37f",
strip_prefix = "google-cloud-cpp-2.26.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.26.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 1b2549e

Please sign in to comment.