diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 6b47b9ccf8b1..e15699dda4de 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -96,12 +96,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "envoy_examples", project_desc = "Envoy proxy examples", project_url = "https://github.com/envoyproxy/examples", - version = "0.0.5", - sha256 = "2660070645623edbf4136d3a47109249bd53ffd8ff99ea13159439ad0be757cc", + version = "0.0.6", + sha256 = "ee28325f076186cb2254aa694110d95f4ae992b3f6fb40d557fbc0a6494a1ccf", strip_prefix = "examples-{version}", urls = ["https://github.com/envoyproxy/examples/archive/v{version}.tar.gz"], use_category = ["test_only"], - release_date = "2024-09-05", + release_date = "2024-11-06", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/envoyproxy/examples/blob/v{version}/LICENSE",