Skip to content

Commit

Permalink
chore(deps): update dependency google_cloud_cpp to v2.25.0 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 5, 2024
1 parent 6a9e0ee commit 5052b38
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 = "8d398958cad2338087ed5321db1d2c70a078d5d9d4dde720449395a3365a9ced",
strip_prefix = "google-cloud-cpp-2.24.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.24.0.tar.gz",
sha256 = "6f58213e2af16326392da84cd8a52af78cb80bc47338eb87e87d14c14c0e6bad",
strip_prefix = "google-cloud-cpp-2.25.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.25.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 = "8d398958cad2338087ed5321db1d2c70a078d5d9d4dde720449395a3365a9ced",
strip_prefix = "google-cloud-cpp-2.24.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.24.0.tar.gz",
sha256 = "6f58213e2af16326392da84cd8a52af78cb80bc47338eb87e87d14c14c0e6bad",
strip_prefix = "google-cloud-cpp-2.25.0",
url = "https://github.com/googleapis/google-cloud-cpp/archive/v2.25.0.tar.gz",
)
# [END cpp_setup_bazel_download]

Expand Down

0 comments on commit 5052b38

Please sign in to comment.