diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 1722a186ed2e1..7c571081afc76 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -97,12 +97,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "envoy_examples", project_desc = "Envoy proxy examples", project_url = "https://github.com/envoyproxy/examples", - version = "0.0.10", - sha256 = "a7b089e71228e781e566ff6f02c3acc2299eba1ad465d7878a7351bc52e7397b", + version = "0.0.11", + sha256 = "82f588152fb74da660872402faa3082b17a4b1bbdd172033dc12448f03b4bb69", strip_prefix = "examples-{version}", urls = ["https://github.com/envoyproxy/examples/archive/v{version}.tar.gz"], use_category = ["test_only"], - release_date = "2025-01-08", + release_date = "2025-03-24", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/envoyproxy/examples/blob/v{version}/LICENSE",