Skip to content

Commit 0cafb01

Browse files
committed
build(deps): bump protobuf from 29.2 to 30.2, and remove rules_apple
1 parent 4e405ab commit 0cafb01

File tree

2 files changed

+3017
-2107
lines changed

2 files changed

+3017
-2107
lines changed

MODULE.bazel

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,16 @@ GRPC_JAVA_VERSION = "1.69.0"
2828
# see https://github.com/bazelbuild/bazel/issues/20877, NB the "_definition" suffix!
2929
register_toolchains("//tools/java_toolchain:repository_default_java_toolchain_definition")
3030

31-
# see https://github.com/bazelbuild/rules_apple/issues/2660
32-
# for https://github.com/enola-dev/enola/issues/1146
33-
bazel_dep(name = "rules_apple", version = "3.19.1", repo_name = "build_bazel_rules_apple")
34-
3531
# see https://github.com/enola-dev/enola/issues/1164
3632
# NO NEED: bazel_dep(name = "rules_cc", version = "0.0.17")
3733
bazel_dep(name = "re2", version = "2024-07-02.bcr.1")
3834
bazel_dep(name = "abseil-cpp", version = "20250127.0")
3935

36+
# https://github.com/protocolbuffers/protobuf/issues/21231
37+
bazel_dep(name = "protoc-gen-validate", version = "1.2.1.bcr.1")
38+
4039
# https://github.com/protocolbuffers/protobuf/tree/main?tab=readme-ov-file#bazel-with-bzlmod
41-
bazel_dep(name = "protobuf", version = "29.4")
40+
bazel_dep(name = "protobuf", version = "30.2")
4241

4342
# https://registry.bazel.build/modules/rules_java
4443
bazel_dep(name = "rules_java", version = "8.9.0")

0 commit comments

Comments
 (0)