diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 22234a2b..b96d5fd5 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -183,12 +183,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "envoy_toolshed", project_desc = "Tooling, libraries, runners and checkers for Envoy proxy's CI", project_url = "https://github.com/envoyproxy/toolshed", - version = "0.1.15", - sha256 = "b235526a20ef7a74e908c8827da40c32182bf18635a70e836dcad2a561eb3e6d", + version = "0.1.16", + sha256 = "06939757b00b318e89996ca3d4d2468ac2da1ff48a7b2cd9146b2054c3ff4769", strip_prefix = "toolshed-bazel-v{version}/bazel", urls = ["https://github.com/envoyproxy/toolshed/archive/bazel-v{version}.tar.gz"], use_category = ["build"], - release_date = "2024-11-04", + release_date = "2024-11-18", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/envoyproxy/toolshed/blob/bazel-v{version}/LICENSE",