@@ -23,10 +23,10 @@ http_archive(
23
23
24
24
http_archive (
25
25
name = "com_github_bazelbuild_buildtools" ,
26
- sha256 = "05c3c3602d25aeda1e9dbc91d3b66e624c1f9fdadf273e5480b489e744ca7269 " ,
27
- strip_prefix = "buildtools-6.4.0 " ,
26
+ sha256 = "051951c10ff8addeb4f10be3b0cf474b304b2ccd675f2cc7683cdd9010320ca9 " ,
27
+ strip_prefix = "buildtools-7.3.1 " ,
28
28
urls = [
29
- "https://github.com/bazelbuild/buildtools/archive/refs/tags/v6.4.0 .tar.gz" ,
29
+ "https://github.com/bazelbuild/buildtools/archive/refs/tags/v7.3.1 .tar.gz" ,
30
30
],
31
31
)
32
32
@@ -53,11 +53,11 @@ rules_gitops_repositories()
53
53
54
54
http_archive (
55
55
name = "com_google_protobuf" ,
56
- sha256 = "d0f5f605d0d656007ce6c8b5a82df3037e1d8fe8b121ed42e536f569dec16113 " ,
57
- strip_prefix = "protobuf-3.14.0 " ,
56
+ sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c " ,
57
+ strip_prefix = "protobuf-29.1 " ,
58
58
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/v29.1 .tar.gz" ,
60
+ "https://github.com/protocolbuffers/protobuf/archive/v29.1 .tar.gz" ,
61
61
],
62
62
)
63
63
0 commit comments