diff --git a/WORKSPACE b/WORKSPACE index 9d4d086c..04160bd6 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 = "53119397bbce1cd7e4c590e117dcda343c2086199de62932106c80733526c261", + strip_prefix = "buildtools-8.2.1", urls = [ - "https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz", + "https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.2.1.tar.gz", ], ) @@ -53,11 +53,11 @@ rules_gitops_repositories() http_archive( name = "com_google_protobuf", - sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113", - strip_prefix = "protobuf-3.14.0", + sha256 = "b6b03fbaa3a90f3d4f2a3fa4ecc41d7cd0326f92fcc920a7843f12206c8d52cd", + strip_prefix = "protobuf-33.0", 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/v33.0.tar.gz", + "https://github.com/protocolbuffers/protobuf/archive/v33.0.tar.gz", ], )