Bump to Abseil LTS 20230124 RC2 (#11646)

pull/11648/head
Mike Kruskal 2 years ago committed by GitHub
parent b39f77efa8
commit 71649680df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitmodules
  2. 4
      protobuf_deps.bzl
  3. 2
      third_party/abseil-cpp

2
.gitmodules vendored

@ -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

@ -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"):

@ -1 +1 @@
Subproject commit 10b627fbe944110d1672bdf3f8e23b5909721399
Subproject commit f016820c2496845293659e181643aa1509487e03
Loading…
Cancel
Save