From 6c0654dc4f947c636737505825ee3dd0fda7680c Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Fri, 26 May 2023 23:40:03 -0700 Subject: [PATCH] chore: update to Aspect CLI 5.4.11 (#52533) v5.4.11 release should resolve the `bazel build $(bazel query)` piping issue as it includes a fix to direct CLI plugin status to stderr instead of stdout. ## Test plan CI --- .bazeliskrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazeliskrc b/.bazeliskrc index d0fc2eceaec..7b0036d1714 100644 --- a/.bazeliskrc +++ b/.bazeliskrc @@ -1,2 +1,2 @@ BAZELISK_BASE_URL=https://github.com/aspect-build/aspect-cli/releases/download -USE_BAZEL_VERSION=aspect/5.3.4 +USE_BAZEL_VERSION=aspect/5.4.11