From e8b44f0e962f858cc3dc10883c9bd2ea12a86a50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:01:20 +0000 Subject: [PATCH 1/2] chore(deps): update dependency bazel to v8.0.1 --- .bazelversion | 2 +- examples/custom_test_runner/.bazelversion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelversion b/.bazelversion index ae9a76b9..cd1d2e94 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -8.0.0 +8.0.1 diff --git a/examples/custom_test_runner/.bazelversion b/examples/custom_test_runner/.bazelversion index 815da58b..cd1d2e94 100644 --- a/examples/custom_test_runner/.bazelversion +++ b/examples/custom_test_runner/.bazelversion @@ -1 +1 @@ -7.4.1 +8.0.1 From 2f6bf608eca12ed0ca382f811c5d88f086b9708a Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Mon, 20 Jan 2025 07:43:17 -0700 Subject: [PATCH 2/2] Sync BCR presubmit. --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 08dba920..fbd8442d 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -4,7 +4,7 @@ bcr_test_module: platform: ["macos", "ubuntu2004"] bazel: # This needs to exactly match the value used in .bazelversion at the root. - - 7.4.1 + - 8.0.1 tasks: run_tests: name: "Run test module"