Skip to content

Commit 7a7d9b0

Browse files
authored
chore(deps): update dependency com_google_absl to v20220623.1 (#9754)
1 parent 21afe60 commit 7a7d9b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ def google_cloud_cpp_deps():
5151
if "com_google_absl" not in native.existing_rules():
5252
http_archive(
5353
name = "com_google_absl",
54-
strip_prefix = "abseil-cpp-20220623.0",
54+
strip_prefix = "abseil-cpp-20220623.1",
5555
urls = [
56-
"https://github.com/abseil/abseil-cpp/archive/20220623.0.tar.gz",
56+
"https://github.com/abseil/abseil-cpp/archive/20220623.1.tar.gz",
5757
],
58-
sha256 = "4208129b49006089ba1d6710845a45e31c59b0ab6bff9e5788a87f55c5abd602",
58+
sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8",
5959
)
6060

6161
# Load a version of googletest that we know works.

0 commit comments

Comments
 (0)