@@ -31,8 +31,8 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
|
31 | 31 | "io.netty:netty-handler-proxy:4.1.110.Final", |
32 | 32 | "io.netty:netty-handler:4.1.110.Final", |
33 | 33 | "io.netty:netty-resolver:4.1.110.Final", |
34 | | -"io.netty:netty-tcnative-boringssl-static:2.0.65.Final", |
35 | | -"io.netty:netty-tcnative-classes:2.0.65.Final", |
| 34 | +"io.netty:netty-tcnative-boringssl-static:2.0.70.Final", |
| 35 | +"io.netty:netty-tcnative-classes:2.0.70.Final", |
36 | 36 | "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.110.Final", |
37 | 37 | "io.netty:netty-transport-native-unix-common:4.1.110.Final", |
38 | 38 | "io.netty:netty-transport:4.1.110.Final", |
@@ -48,6 +48,7 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
|
48 | 48 | |
49 | 49 | bazel_dep(name = "bazel_skylib", version = "1.7.1") |
50 | 50 | bazel_dep(name = "googleapis", repo_name = "com_google_googleapis", version = "0.0.0-20240326-1c8d509c5") |
| 51 | + |
51 | 52 | # CEL Spec may be removed when cncf/xds MODULE is no longer using protobuf 27.x |
52 | 53 | bazel_dep(name = "cel-spec", repo_name = "dev_cel", version = "0.15.0") |
53 | 54 | bazel_dep(name = "grpc", repo_name = "com_github_grpc_grpc", version = "1.56.3.bcr.1") |
|