Skip to content

Commit

Permalink
chore(deps): update bazel modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 5bcb981 commit 40f5dd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ http_archive(

http_archive(
name = "com_github_bazelbuild_buildtools",
sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269",
strip_prefix = "buildtools-6.4.0",
sha256 = "0063f317e135481783f3dc14c82bc15e0bf873c5e9aeece63b4f94d151aeb09f",
strip_prefix = "buildtools-8.0.2",
urls = [
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0.tar.gz",
"https://github.com/bazelbuild/buildtools/archive/refs/tags/v8.0.2.tar.gz",
],
)

Expand All @@ -53,11 +53,11 @@ rules_gitops_repositories()

http_archive(
name = "com_google_protobuf",
sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113",
strip_prefix = "protobuf-3.14.0",
sha256 = "008a11cc56f9b96679b4c285fd05f46d317d685be3ab524b2a310be0fbad987e",
strip_prefix = "protobuf-29.3",
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/v29.3.tar.gz",
"https://github.com/protocolbuffers/protobuf/archive/v29.3.tar.gz",
],
)

Expand Down

0 comments on commit 40f5dd5

Please sign in to comment.