From 71649680df2b351b6950f39c74b5947a2c255975 Mon Sep 17 00:00:00 2001 From: Mike Kruskal <62662355+mkruskal-google@users.noreply.github.com> Date: Tue, 24 Jan 2023 12:38:00 -0800 Subject: [PATCH] Bump to Abseil LTS 20230124 RC2 (#11646) --- .gitmodules | 2 +- protobuf_deps.bzl | 4 ++-- third_party/abseil-cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index c4e7dcca7c..32628905b7 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_17 + branch = lts_2023_01_24 [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 b446eaeaf8..63ddc1b900 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -41,8 +41,8 @@ def protobuf_deps(): _github_archive( name = "com_google_absl", repo = "https://github.com/abseil/abseil-cpp", - commit = "10b627fbe944110d1672bdf3f8e23b5909721399", - sha256 = "138ec814b4b72a79a41b2ae6526150467ff7749d8a792a63742207a5d8578ed1", + commit = "f016820c2496845293659e181643aa1509487e03", + sha256 = "f4ad187e815deb34f70218173799659867087fa8925b9741934c0462b88d2f93", ) if not native.existing_rule("zlib"): diff --git a/third_party/abseil-cpp b/third_party/abseil-cpp index 10b627fbe9..f016820c24 160000 --- a/third_party/abseil-cpp +++ b/third_party/abseil-cpp @@ -1 +1 @@ -Subproject commit 10b627fbe944110d1672bdf3f8e23b5909721399 +Subproject commit f016820c2496845293659e181643aa1509487e03