From e7bb34db3c57617f772a04d343a8bfa5109cf6cf Mon Sep 17 00:00:00 2001 From: zhangskz Date: Thu, 10 Aug 2023 15:32:08 -0700 Subject: [PATCH] Update absl submodule and dep to latest 20230802.0 LTS (#13515) Fixes https://github.com/protocolbuffers/protobuf/issues/13499 Needs to be backported to 24.x Closes #13515 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/13515 from zhangskz:update-absl 508f2912e3b6faf8dcf72dc7f3d98f87b3ffcfb2 PiperOrigin-RevId: 555679980 --- .gitmodules | 2 +- protobuf_deps.bzl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6a76a293fb..495082fb47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "third_party/abseil-cpp"] path = third_party/abseil-cpp url = https://github.com/abseil/abseil-cpp.git - branch = lts_2023_01_25 + branch = lts_2023_08_02 [submodule "third_party/jsoncpp"] path = third_party/jsoncpp url = https://github.com/open-source-parsers/jsoncpp.git diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 1c6e8f652b..d100b9a19e 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -42,8 +42,8 @@ def protobuf_deps(): _github_archive( name = "com_google_absl", repo = "https://github.com/abseil/abseil-cpp", - commit = "c2435f8342c2d0ed8101cb43adfd605fdc52dca2", # Abseil LTS 20230125.3 - sha256 = "ea1d31db00eb37e607bfda17ffac09064670ddf05da067944c4766f517876390", + commit = "29bf8085f3bf17b84d30e34b3d7ff8248fda404e", # Abseil LTS 20230802 + sha256 = "f4871f2982e29496f4ddd598ccd5a87fea42f23c49b5e5eb459d57eab91df9d9", ) if not native.existing_rule("zlib"):