From c54ddfbe5097a8bafde8e2ff6781a5c52e5d6f27 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Mon, 13 Dec 2021 18:47:25 +0000 Subject: [PATCH] dep: Update com_github_bazelbuild_buildtools: 4.2.4 (current: 4.2.3) (#19258) Signed-off-by: Faseela K Mirrored from https://github.com/envoyproxy/envoy @ b5c98c4011fbb5b41db916b1847b2d0f9263b1e1 --- 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 b861d281..0784bdb2 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -32,9 +32,9 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Bazel build tools", project_desc = "Developer tools for working with Google's bazel buildtool.", project_url = "https://github.com/bazelbuild/buildtools", - version = "4.2.3", - sha256 = "614c84128ddb86aab4e1f25ba2e027d32fd5c6da302ae30685b9d7973b13da1b", - release_date = "2021-10-26", + version = "4.2.4", + sha256 = "f3d86864a37663ad2303d8781e3f76e86b7e948cc6a3beae01da71cad2e302bd", + release_date = "2021-12-03", strip_prefix = "buildtools-{version}", urls = ["https://github.com/bazelbuild/buildtools/archive/{version}.tar.gz"], use_category = ["api"],