From 08101bea924b6e3a99fe20328586bb3bf3f492a7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Aug 2021 15:29:11 +0000 Subject: [PATCH] chore(deps): update dependency bazel to v5 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 224e8d41..41f167e7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1038,8 +1038,8 @@ http_file( name = "bazel", downloaded_file_path = "bazel", executable = True, - sha256 = "0eb2e378d2782e7810753e2162245ad1179c1bb12f848c692b4a595b4edf779b", - urls = ["https://github.com/bazelbuild/bazel/releases/download/4.1.0/bazel-4.1.0-linux-x86_64"], + sha256 = "b892bc540ff57a6eadadc9a3e86bba4b7866afa5bf3428cf74fc4a30cbb86c5a", + urls = ["https://github.com/bazelbuild/bazel/releases/download/5.0.0-pre.20210728.1/bazel-5.0.0-pre.20210728.1-linux-x86_64"], ) http_file(