11module (
22 name = "grpc-java" ,
3- version = "1.82 .0-SNAPSHOT" , # CURRENT_GRPC_VERSION
3+ version = "1.83 .0-SNAPSHOT" , # CURRENT_GRPC_VERSION
44 repo_name = "io_grpc_grpc_java" ,
55)
66
@@ -13,32 +13,32 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1313 "com.google.auto.value:auto-value-annotations:1.11.0" ,
1414 "com.google.auto.value:auto-value:1.11.0" ,
1515 "com.google.code.findbugs:jsr305:3.0.2" ,
16- "com.google.code.gson:gson:2.13.2 " ,
17- "com.google.errorprone:error_prone_annotations:2.48 .0" ,
16+ "com.google.code.gson:gson:2.14.0 " ,
17+ "com.google.errorprone:error_prone_annotations:2.50 .0" ,
1818 "com.google.guava:failureaccess:1.0.1" ,
19- "com.google.guava:guava:33.5 .0-android" ,
19+ "com.google.guava:guava:33.6 .0-android" ,
2020 "com.google.re2j:re2j:1.8" ,
2121 "com.google.s2a.proto.v2:s2a-proto:0.1.3" ,
2222 "com.google.truth:truth:1.4.5" ,
23- "dev.cel:runtime:0.12 .0" ,
24- "dev.cel:protobuf:0.12 .0" ,
25- "dev.cel:common:0.12 .0" ,
23+ "dev.cel:runtime:0.13 .0" ,
24+ "dev.cel:protobuf:0.13 .0" ,
25+ "dev.cel:common:0.13 .0" ,
2626 "com.squareup.okhttp:okhttp:2.7.5" ,
2727 "com.squareup.okio:okio:2.10.0" , # 3.0+ needs swapping to -jvm; need work to avoid flag-day
28- "io.netty:netty-buffer:4.1.133 .Final" ,
29- "io.netty:netty-codec-http2 :4.1.133 .Final" ,
30- "io.netty:netty-codec-http :4.1.133 .Final" ,
31- "io.netty:netty-codec-socks :4.1.133 .Final" ,
32- "io.netty:netty-codec:4.1.133 .Final" ,
33- "io.netty:netty-common:4.1.133 .Final" ,
34- "io.netty:netty-handler-proxy:4.1.133 .Final" ,
35- "io.netty:netty-handler:4.1.133 .Final" ,
36- "io.netty:netty-resolver:4.1.133 .Final" ,
28+ "io.netty:netty-buffer:4.2.15 .Final" ,
29+ "io.netty:netty-codec-base :4.2.15 .Final" ,
30+ "io.netty:netty-codec-http2 :4.2.15 .Final" ,
31+ "io.netty:netty-codec-http :4.2.15 .Final" ,
32+ "io.netty:netty-codec-socks :4.2.15 .Final" ,
33+ "io.netty:netty-common:4.2.15 .Final" ,
34+ "io.netty:netty-handler-proxy:4.2.15 .Final" ,
35+ "io.netty:netty-handler:4.2.15 .Final" ,
36+ "io.netty:netty-resolver:4.2.15 .Final" ,
3737 "io.netty:netty-tcnative-boringssl-static:2.0.75.Final" ,
3838 "io.netty:netty-tcnative-classes:2.0.75.Final" ,
39- "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.133 .Final" ,
40- "io.netty:netty-transport-native-unix-common:4.1.133 .Final" ,
41- "io.netty:netty-transport:4.1.133 .Final" ,
39+ "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.2.15 .Final" ,
40+ "io.netty:netty-transport-native-unix-common:4.2.15 .Final" ,
41+ "io.netty:netty-transport:4.2.15 .Final" ,
4242 "io.opencensus:opencensus-api:0.31.0" ,
4343 "io.opencensus:opencensus-contrib-grpc-metrics:0.31.0" ,
4444 "io.perfmark:perfmark-api:0.27.0" ,
@@ -65,6 +65,7 @@ android_sdk_repository_extension = use_extension(
6565 "android_sdk_repository_extension" ,
6666)
6767use_repo (android_sdk_repository_extension , "androidsdk" )
68+
6869register_toolchains ("@androidsdk//:sdk-toolchain" , "@androidsdk//:all" )
6970
7071maven = use_extension ("@rules_jvm_external//:extensions.bzl" , "maven" )
@@ -83,6 +84,8 @@ use_repo(maven, "maven")
8384grpc_android_maven = use_extension ("@rules_jvm_external//:extensions.bzl" , "maven" , dev_dependency = True )
8485grpc_android_maven .install (
8586 name = "grpc_android_maven" ,
87+ # Set this explicitly since the default guess is incorrect under Bzlmod.
88+ aar_import_bzl_label = "@rules_android//rules:rules.bzl" ,
8689 artifacts = [
8790 "androidx.annotation:annotation:1.6.0" ,
8891 "androidx.annotation:annotation-jvm:1.6.0" ,
@@ -96,8 +99,6 @@ grpc_android_maven.install(
9699 strict_visibility = True ,
97100 # For Bazel 8+ compatibility.
98101 use_starlark_android_rules = True ,
99- # Set this explicitly since the default guess is incorrect under Bzlmod.
100- aar_import_bzl_label = "@rules_android//rules:rules.bzl" ,
101102)
102103use_repo (grpc_android_maven , "grpc_android_maven" )
103104
0 commit comments