From da6a02ff3f302ced3ae8e7e4d514bd603b03ecca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Jul 2021 15:29:35 +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..d11506b3 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 = "6c6b25ba6b43c5b165160d96b101a86581d681214dda37fbfba83b33c90a88f4", + urls = ["https://github.com/bazelbuild/bazel/releases/download/5.0.0-pre.20210708.4/bazel-5.0.0-pre.20210708.4-linux-x86_64"], ) http_file(