Skip to content

Commit 5fae80c

Browse files
[Renovatebot] Update bazel
1 parent fd2337b commit 5fae80c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

WORKSPACE

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
22

33
http_archive(
44
name = "io_bazel_rules_go",
5-
sha256 = "51dc53293afe317d2696d4d6433a4c33feedb7748a9e352072e2ec3c0dafd2c6",
5+
sha256 = "130739704540caa14e77c54810b9f01d6d9ae897d53eedceb40fd6b75efc3c23",
66
urls = [
7-
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.40.1/rules_go-v0.40.1.zip",
8-
"https://github.com/bazelbuild/rules_go/releases/download/v0.40.1/rules_go-v0.40.1.zip",
7+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.54.1/rules_go-v0.54.1.zip",
8+
"https://github.com/bazelbuild/rules_go/releases/download/v0.54.1/rules_go-v0.54.1.zip",
99
],
1010
)
1111

@@ -15,10 +15,10 @@ go_rules_dependencies()
1515

1616
http_archive(
1717
name = "bazel_gazelle",
18-
sha256 = "ecba0f04f96b4960a5b250c8e8eeec42281035970aa8852dda73098274d14a1d",
18+
sha256 = "7c40b746387cd0c9a4d5bb0b2035abd134b3f7511015710a5ee5e07591008dde",
1919
urls = [
20-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.29.0/bazel-gazelle-v0.29.0.tar.gz",
21-
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.29.0/bazel-gazelle-v0.29.0.tar.gz",
20+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.43.0/bazel-gazelle-v0.43.0.tar.gz",
21+
"https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.43.0/bazel-gazelle-v0.43.0.tar.gz",
2222
],
2323
)
2424

@@ -32,10 +32,10 @@ load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
3232

3333
http_archive(
3434
name = "bazel_skylib",
35-
sha256 = "b8a1527901774180afc798aeb28c4634bdccf19c4d98e7bdd1ce79d1fe9aaad7",
35+
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
3636
urls = [
37-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
38-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.4.1/bazel-skylib-1.4.1.tar.gz",
37+
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
38+
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
3939
],
4040
)
4141

@@ -314,11 +314,11 @@ gazelle_dependencies()
314314
# Ref: https://github.com/rules-proto-grpc/rules_proto_grpc/blob/master/docs/overriding_deps.rst
315315
http_archive(
316316
name = "com_google_protobuf",
317-
sha256 = "8b28fdd45bab62d15db232ec404248901842e5340299a57765e48abe8a80d930",
318-
strip_prefix = "protobuf-3.20.1",
317+
sha256 = "abfbd1e4999517ad3ef14f350a4aae202f1fd9712a09a1004aa4d1d8bfb8d98b",
318+
strip_prefix = "protobuf-3.29.4",
319319
urls = [
320-
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.20.1.tar.gz",
321-
"https://github.com/protocolbuffers/protobuf/archive/v3.20.1.tar.gz",
320+
"https://mirror.bazel.build/github.com/protocolbuffers/protobuf/archive/v3.29.4.tar.gz",
321+
"https://github.com/protocolbuffers/protobuf/archive/v3.29.4.tar.gz",
322322
],
323323
)
324324

@@ -359,7 +359,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
359359

360360
git_repository(
361361
name = "com_github_ash2k_bazel_tools",
362-
commit = "2add5bb84c2837a82a44b57e83c7414247aed43a",
362+
commit = "415483a9e13342a6603a710b0296f6d85b8d26bf",
363363
remote = "https://github.com/ash2k/bazel-tools.git",
364364
)
365365

@@ -369,9 +369,9 @@ golangcilint_dependencies()
369369

370370
http_archive(
371371
name = "aspect_bazel_lib",
372-
sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d",
373-
strip_prefix = "bazel-lib-2.5.3",
374-
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3/bazel-lib-v2.5.3.tar.gz",
372+
sha256 = "fc8fe1be58ae39f84a8613d554534760c7f0819d407afcc98bbcbd990523bfed",
373+
strip_prefix = "bazel-lib-2.16.0",
374+
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.16.0/bazel-lib-v2.16.0.tar.gz",
375375
)
376376

377377
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies")
@@ -380,10 +380,10 @@ aspect_bazel_lib_dependencies()
380380

381381
http_archive(
382382
name = "googleapis",
383-
sha256 = "9d1a930e767c93c825398b8f8692eca3fe353b9aaadedfbcf1fca2282c85df88",
384-
strip_prefix = "googleapis-64926d52febbf298cb82a8f472ade4a3969ba922",
383+
sha256 = "6114101817c7680c2d7a6e5c084d463d9af4f3b2cc626bfdb739d474cadde033",
384+
strip_prefix = "googleapis-d1c1b12db506dcd95539014f71ce5931684c8cc1",
385385
urls = [
386-
"https://github.com/googleapis/googleapis/archive/64926d52febbf298cb82a8f472ade4a3969ba922.zip",
386+
"https://github.com/googleapis/googleapis/archive/d1c1b12db506dcd95539014f71ce5931684c8cc1.zip",
387387
],
388388
)
389389

0 commit comments

Comments
 (0)