diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 92967f3107cc2..44b18042c5d8e 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1384,11 +1384,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "rules_license", project_desc = "Bazel rules for checking open source licenses", project_url = "https://github.com/bazelbuild/rules_license", - version = "0.0.3", - sha256 = "00ccc0df21312c127ac4b12880ab0f9a26c1cff99442dc6c5a331750360de3c3", + version = "0.0.4", + sha256 = "6157e1e68378532d0241ecd15d3c45f6e5cfd98fc10846045509fb2a7cc9e381", urls = ["https://github.com/bazelbuild/rules_license/releases/download/{version}/rules_license-{version}.tar.gz"], use_category = ["build", "dataplane_core", "controlplane"], - release_date = "2022-05-28", + release_date = "2022-11-02", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/bazelbuild/rules_license/blob/{version}/LICENSE",