File tree 2 files changed +3017
-2107
lines changed
2 files changed +3017
-2107
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,16 @@ GRPC_JAVA_VERSION = "1.69.0"
28
28
# see https://github.com/bazelbuild/bazel/issues/20877, NB the "_definition" suffix!
29
29
register_toolchains ("//tools/java_toolchain:repository_default_java_toolchain_definition" )
30
30
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
-
35
31
# see https://github.com/enola-dev/enola/issues/1164
36
32
# NO NEED: bazel_dep(name = "rules_cc", version = "0.0.17")
37
33
bazel_dep (name = "re2" , version = "2024-07-02.bcr.1" )
38
34
bazel_dep (name = "abseil-cpp" , version = "20250127.0" )
39
35
36
+ # https://github.com/protocolbuffers/protobuf/issues/21231
37
+ bazel_dep (name = "protoc-gen-validate" , version = "1.2.1.bcr.1" )
38
+
40
39
# 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 " )
42
41
43
42
# https://registry.bazel.build/modules/rules_java
44
43
bazel_dep (name = "rules_java" , version = "8.9.0" )
You can’t perform that action at this time.
0 commit comments