Skip to content

Commit 65b6882

Browse files
[Renovatebot] Update bazel
1 parent fd2337b commit 65b6882

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

WORKSPACE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,21 +314,21 @@ 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 = "023e2bb164b234af644c5049c6dac1d9c9f6dd2acb133b960d9009105b4226bd",
318+
strip_prefix = "protobuf-27.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/v27.4.tar.gz",
321+
"https://github.com/protocolbuffers/protobuf/archive/v27.4.tar.gz",
322322
],
323323
)
324324

325325
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
326326

327327
http_archive(
328328
name = "rules_proto_grpc",
329-
sha256 = "2a0860a336ae836b54671cbbe0710eec17c64ef70c4c5a88ccfd47ea6e3739bd",
330-
strip_prefix = "rules_proto_grpc-4.6.0",
331-
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/4.6.0/rules_proto_grpc-4.6.0.tar.gz"],
329+
sha256 = "9fc53af99fa84c0fb5986ccd39cf2a4d24fa380718efcb407a779d108c4da228",
330+
strip_prefix = "rules_proto_grpc-5.0.0",
331+
urls = ["https://github.com/rules-proto-grpc/rules_proto_grpc/releases/download/5.0.0/rules_proto_grpc-5.0.0.tar.gz"],
332332
)
333333

334334
load("@rules_proto_grpc//:repositories.bzl", "rules_proto_grpc_repos", "rules_proto_grpc_toolchains")

0 commit comments

Comments
 (0)