diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index cd9516fb3c5f..a410ea76395d 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1510,11 +1510,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.8", - sha256 = "241b06f3097fd186ff468832150d6cc142247dc42a32aaefb56d0099895fd229", + version = "1.0.0", + sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38", urls = ["https://github.com/bazelbuild/rules_license/releases/download/{version}/rules_license-{version}.tar.gz"], use_category = ["build", "dataplane_core", "controlplane"], - release_date = "2024-01-24", + release_date = "2024-09-05", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/bazelbuild/rules_license/blob/{version}/LICENSE",