Internal changes

PiperOrigin-RevId: 504350666
pull/11648/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 71649680df
commit 8915a5ae42
  1. 2
      .gitmodules
  2. 4
      protobuf_deps.bzl

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_24
branch = lts_2023_01_17
[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 = "f016820c2496845293659e181643aa1509487e03",
sha256 = "f4ad187e815deb34f70218173799659867087fa8925b9741934c0462b88d2f93",
commit = "10b627fbe944110d1672bdf3f8e23b5909721399",
sha256 = "138ec814b4b72a79a41b2ae6526150467ff7749d8a792a63742207a5d8578ed1",
)
if not native.existing_rule("zlib"):

Loading…
Cancel
Save