From 3c1a1c290415ee9d23603fe29ea93f1db2c9bb8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:46:42 +0000 Subject: [PATCH] chore(deps): update bazel modules --- WORKSPACE | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 9d4d086c..0f6b107b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -23,10 +23,10 @@ http_archive( http_archive( name = "com_github_bazelbuild_buildtools", - sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269", - strip_prefix = "buildtools-6.4.0", + sha256 = "39c59cb5352892292cbe3174055aac187edcb5324c9b4e2d96cb6e40bd753877", + strip_prefix = "buildtools-7.1.2", urls = [ - "https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz", + "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.1.2.tar.gz", ], ) @@ -53,11 +53,11 @@ rules_gitops_repositories() http_archive( name = "com_google_protobuf", - sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113", - strip_prefix = "protobuf-3.14.0", + sha256 = "6fbe2e6f703bcd3a246529c2cab586ca12a98c4e641f5f71d51fde09eb48e9e7", + strip_prefix = "protobuf-27.1", urls = [ - "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz", - "https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz", + "https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v27.1.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v27.1.tar.gz", ], )