Skip to content

Commit 4bce47a

Browse files
chore(deps): update bazel modules
1 parent 9f9de1d commit 4bce47a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

WORKSPACE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ http_archive(
2323

2424
http_archive(
2525
name = "com_github_bazelbuild_buildtools",
26-
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
27-
strip_prefix = "buildtools-6.4.0",
26+
sha256 = "f3b800e9f6ca60bdef3709440f393348f7c18a29f30814288a7326285c80aab9",
27+
strip_prefix = "buildtools-8.5.1",
2828
urls = [
29-
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz",
29+
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.5.1.tar.gz",
3030
],
3131
)
3232

@@ -53,11 +53,11 @@ rules_gitops_repositories()
5353

5454
http_archive(
5555
name = "com_google_protobuf",
56-
sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
57-
strip_prefix = "protobuf-3.14.0",
56+
sha256 = "440848dffa209beb8a04e41cc352762e44f8e91342b2a43aab6af9b30713c2f6",
57+
strip_prefix = "protobuf-33.5",
5858
urls = [
59-
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
60-
"https://github.com/protocolbuffers/protobuf/archive/v3.14.0.tar.gz",
59+
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v33.5.tar.gz",
60+
"https://github.com/protocolbuffers/protobuf/archive/v33.5.tar.gz",
6161
],
6262
)
6363

0 commit comments

Comments
 (0)