Skip to content

Commit

Permalink
fix cpp client test
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhimins committed Jan 21, 2025
1 parent 58241fc commit 61ac211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/bazel/rocketmq_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ def rocketmq_deps():
maybe(
http_archive,
name = "com_google_absl",
sha256 = "dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4",
strip_prefix = "abseil-cpp-20211102.0",
sha256 = "3ea49a7d97421b88a8c48a0de16c16048e17725c7ec0f1d3ea2683a2a75adc21",
strip_prefix = "abseil-cpp-20230125.0",
urls = [
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20211102.0.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.0.tar.gz",
],
)

Expand Down

0 comments on commit 61ac211

Please sign in to comment.