From 8915a5ae42b944314684e100d4487677d5b43008 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Tue, 24 Jan 2023 12:48:21 -0800 Subject: [PATCH] Internal changes PiperOrigin-RevId: 504350666 --- .gitmodules | 2 +- protobuf_deps.bzl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 32628905b7..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_2023_01_24 + 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 63ddc1b900..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 = "f016820c2496845293659e181643aa1509487e03", - sha256 = "f4ad187e815deb34f70218173799659867087fa8925b9741934c0462b88d2f93", + commit = "10b627fbe944110d1672bdf3f8e23b5909721399", + sha256 = "138ec814b4b72a79a41b2ae6526150467ff7749d8a792a63742207a5d8578ed1", ) if not native.existing_rule("zlib"):