diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index b2317039cee5..b62093807c5e 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -700,16 +700,16 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Boost", project_desc = "Boost C++ source libraries", project_url = "https://www.boost.org/", - version = "1.78.0", - sha256 = "94ced8b72956591c4775ae2207a9763d3600b30d9d7446562c552f0a14a63be7", + version = "1.84.0", + sha256 = "a5800f405508f5df8114558ca9855d2640a2de8f0445f051fa1c7c3383045724", strip_prefix = "boost_{underscore_version}", - urls = ["https://boostorg.jfrog.io/artifactory/main/release/{version}/source/boost_{underscore_version}.tar.gz"], + urls = ["https://archives.boost.io/release/{version}/source/boost_{underscore_version}.tar.gz"], use_category = ["dataplane_ext"], extensions = [ "envoy.matching.input_matchers.hyperscan", "envoy.regex_engines.hyperscan", ], - release_date = "2021-12-08", + release_date = "2023-12-13", cpe = "cpe:2.3:a:boost:boost:*", license = "Boost", license_url = "https://github.com/boostorg/boost/blob/boost-{version}/LICENSE_1_0.txt",