From 3d80e75c393b8802bd9763ac6d0ed54ba84e489a Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 28 Feb 2024 19:18:05 +0000 Subject: [PATCH] Update absl in bazel This pulls in this fix https://github.com/abseil/abseil-cpp/issues/1201 --- bazel/repository.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository.bzl b/bazel/repository.bzl index 0fde88dc5c..eae1745128 100644 --- a/bazel/repository.bzl +++ b/bazel/repository.bzl @@ -57,10 +57,10 @@ def opentelemetry_cpp_deps(): maybe( http_archive, name = "com_google_absl", - sha256 = "91ac87d30cc6d79f9ab974c51874a704de9c2647c40f6932597329a282217ba8", - strip_prefix = "abseil-cpp-20220623.1", + sha256 = "3ea49a7d97421b88a8c48a0de16c16048e17725c7ec0f1d3ea2683a2a75adc21", + strip_prefix = "abseil-cpp-20230125.0", urls = [ - "https://github.com/abseil/abseil-cpp/archive/refs/tags/20220623.1.tar.gz", + "https://github.com/abseil/abseil-cpp/archive/refs/tags/20230125.0.tar.gz", ], )