From f8f06e9285f3581684f9abb928021c4b120639ae Mon Sep 17 00:00:00 2001 From: "dependency-envoy[bot]" <148525496+dependency-envoy[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:45:45 +0000 Subject: [PATCH] deps: Bump `rules_license` -> 0.0.8 (#32039) Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Co-authored-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index c16770d9ebf8..a4d3ca27843b 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1506,11 +1506,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.7", - sha256 = "4531deccb913639c30e5c7512a054d5d875698daeb75d8cf90f284375fe7c360", + version = "0.0.8", + sha256 = "241b06f3097fd186ff468832150d6cc142247dc42a32aaefb56d0099895fd229", urls = ["https://github.com/bazelbuild/rules_license/releases/download/{version}/rules_license-{version}.tar.gz"], use_category = ["build", "dataplane_core", "controlplane"], - release_date = "2023-06-16", + release_date = "2024-01-24", cpe = "N/A", license = "Apache-2.0", license_url = "https://github.com/bazelbuild/rules_license/blob/{version}/LICENSE",