From fa0cdff2ab1621d8520cb3e1dc63f6b783ca0195 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Fri, 20 Jan 2023 16:52:02 -0800 Subject: [PATCH] Upgrade to Abseil LTS 20230117 --- .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 7a46a17f1a..c4e7dcca7c 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_2022_06_23 + branch = lts_2023_01_17 [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 4a9e722a7f..b446eaeaf8 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 = "273292d1cfc0a94a65082ee350509af1d113344d", - sha256 = "6764f226bd6e2d8ab9fe2f3cab5f45fb1a4a15c04b58b87ba7fa87456054f98b", + commit = "10b627fbe944110d1672bdf3f8e23b5909721399", + sha256 = "138ec814b4b72a79a41b2ae6526150467ff7749d8a792a63742207a5d8578ed1", ) if not native.existing_rule("zlib"): diff --git a/third_party/abseil-cpp b/third_party/abseil-cpp index 273292d1cf..10b627fbe9 160000 --- a/third_party/abseil-cpp +++ b/third_party/abseil-cpp @@ -1 +1 @@ -Subproject commit 273292d1cfc0a94a65082ee350509af1d113344d +Subproject commit 10b627fbe944110d1672bdf3f8e23b5909721399