diff --git a/bazel/cel-cpp.patch b/bazel/cel-cpp.patch index 34dd41033e56..a2ce70b03c96 100644 --- a/bazel/cel-cpp.patch +++ b/bazel/cel-cpp.patch @@ -1,3 +1,15 @@ +diff --git a/base/attribute.h b/base/attribute.h +index 9462c180..d6dcce83 100644 +--- a/base/attribute.h ++++ b/base/attribute.h +@@ -23,6 +23,7 @@ + #include + + #include "absl/status/statusor.h" ++#include "absl/strings/str_cat.h" + #include "absl/strings/string_view.h" + #include "absl/types/optional.h" + #include "absl/types/span.h" diff --git a/base/memory.h b/base/memory.h index 3552e19..0fbe618 100644 --- a/base/memory.h diff --git a/bazel/external/quiche.BUILD b/bazel/external/quiche.BUILD index 3a334c4d4e44..09e998ef062c 100644 --- a/bazel/external/quiche.BUILD +++ b/bazel/external/quiche.BUILD @@ -4775,6 +4775,7 @@ envoy_quiche_platform_impl_cc_library( "@com_google_absl//absl/flags:flag", "@com_google_absl//absl/log:absl_check", "@com_google_absl//absl/log:absl_log", + "@com_google_absl//absl/log:flags", ], ) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 503403a344dd..1c93f3536d46 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -181,12 +181,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Abseil", project_desc = "Open source collection of C++ libraries drawn from the most fundamental pieces of Google’s internal codebase", project_url = "https://abseil.io/", - version = "20230802.1", - sha256 = "987ce98f02eefbaf930d6e38ab16aa05737234d7afbab2d5c4ea7adbe50c28ed", + version = "20240722.0", + sha256 = "f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3", strip_prefix = "abseil-cpp-{version}", urls = ["https://github.com/abseil/abseil-cpp/archive/{version}.tar.gz"], use_category = ["dataplane_core", "controlplane"], - release_date = "2023-09-18", + release_date = "2024-08-01", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/abseil/abseil-cpp/blob/{version}/LICENSE",