Merge pull request #15468 from protocolbuffers/update-absl

Update to latest absl release 20240116.0
pull/15495/head
zhangskz 1 year ago committed by GitHub
commit 9e9bb4f729
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      protobuf_deps.bzl
  2. 1
      src/google/protobuf/json/internal/zero_copy_buffered_stream_test.cc
  3. 2
      third_party/abseil-cpp

@ -43,8 +43,8 @@ def protobuf_deps():
_github_archive(
name = "com_google_absl",
repo = "https://github.com/abseil/abseil-cpp",
commit = "fb3621f4f897824c0dbe0615fa94543df6192f30", # Abseil LTS 20230802.1
sha256 = "aa768256d0567f626334fcbe722f564c40b281518fc8423e2708a308e5f983ea",
commit = "4a2c63365eff8823a5221db86ef490e828306f9d", # Abseil LTS 20240116.0
sha256 = "f49929d22751bf70dd61922fb1fd05eb7aec5e7a7f870beece79a6e28f0a06c1",
)
if not native.existing_rule("zlib"):

@ -13,6 +13,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "google/protobuf/io/test_zero_copy_stream.h"
#include "google/protobuf/stubs/status_macros.h"

@ -1 +1 @@
Subproject commit fb3621f4f897824c0dbe0615fa94543df6192f30
Subproject commit 4a2c63365eff8823a5221db86ef490e828306f9d
Loading…
Cancel
Save