11module (
22 name = "grpc-java" ,
3- version = "1.80 .0-SNAPSHOT" , # CURRENT_GRPC_VERSION
3+ version = "1.82 .0-SNAPSHOT" , # CURRENT_GRPC_VERSION
44 compatibility_level = 0 ,
55 repo_name = "io_grpc_grpc_java" ,
66)
77
88# GRPC_DEPS_START
99IO_GRPC_GRPC_JAVA_ARTIFACTS = [
1010 "com.google.android:annotations:4.1.1.4" ,
11- "com.google.api.grpc:proto-google-common-protos:2.63.2 " ,
12- "com.google.auth:google-auth-library-credentials:1.41.0 " ,
13- "com.google.auth:google-auth-library-oauth2-http:1.41.0 " ,
11+ "com.google.api.grpc:proto-google-common-protos:2.64.1 " ,
12+ "com.google.auth:google-auth-library-credentials:1.42.1 " ,
13+ "com.google.auth:google-auth-library-oauth2-http:1.42.1 " ,
1414 "com.google.auto.value:auto-value-annotations:1.11.0" ,
1515 "com.google.auto.value:auto-value:1.11.0" ,
1616 "com.google.code.findbugs:jsr305:3.0.2" ,
17- "com.google.code.gson:gson:2.12.1 " ,
18- "com.google.errorprone:error_prone_annotations:2.45 .0" ,
17+ "com.google.code.gson:gson:2.13.2 " ,
18+ "com.google.errorprone:error_prone_annotations:2.48 .0" ,
1919 "com.google.guava:failureaccess:1.0.1" ,
2020 "com.google.guava:guava:33.5.0-android" ,
2121 "com.google.re2j:re2j:1.8" ,
@@ -26,26 +26,27 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
2626 "dev.cel:common:0.12.0" ,
2727 "com.squareup.okhttp:okhttp:2.7.5" ,
2828 "com.squareup.okio:okio:2.10.0" , # 3.0+ needs swapping to -jvm; need work to avoid flag-day
29- "io.netty:netty-buffer:4.1.130 .Final" ,
30- "io.netty:netty-codec-http2:4.1.130 .Final" ,
31- "io.netty:netty-codec-http:4.1.130 .Final" ,
32- "io.netty:netty-codec-socks:4.1.130 .Final" ,
33- "io.netty:netty-codec:4.1.130 .Final" ,
34- "io.netty:netty-common:4.1.130 .Final" ,
35- "io.netty:netty-handler-proxy:4.1.130 .Final" ,
36- "io.netty:netty-handler:4.1.130 .Final" ,
37- "io.netty:netty-resolver:4.1.130 .Final" ,
38- "io.netty:netty-tcnative-boringssl-static:2.0.74 .Final" ,
39- "io.netty:netty-tcnative-classes:2.0.74 .Final" ,
40- "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.130 .Final" ,
41- "io.netty:netty-transport-native-unix-common:4.1.130 .Final" ,
42- "io.netty:netty-transport:4.1.130 .Final" ,
29+ "io.netty:netty-buffer:4.1.132 .Final" ,
30+ "io.netty:netty-codec-http2:4.1.132 .Final" ,
31+ "io.netty:netty-codec-http:4.1.132 .Final" ,
32+ "io.netty:netty-codec-socks:4.1.132 .Final" ,
33+ "io.netty:netty-codec:4.1.132 .Final" ,
34+ "io.netty:netty-common:4.1.132 .Final" ,
35+ "io.netty:netty-handler-proxy:4.1.132 .Final" ,
36+ "io.netty:netty-handler:4.1.132 .Final" ,
37+ "io.netty:netty-resolver:4.1.132 .Final" ,
38+ "io.netty:netty-tcnative-boringssl-static:2.0.75 .Final" ,
39+ "io.netty:netty-tcnative-classes:2.0.75 .Final" ,
40+ "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.132 .Final" ,
41+ "io.netty:netty-transport-native-unix-common:4.1.132 .Final" ,
42+ "io.netty:netty-transport:4.1.132 .Final" ,
4343 "io.opencensus:opencensus-api:0.31.0" ,
4444 "io.opencensus:opencensus-contrib-grpc-metrics:0.31.0" ,
4545 "io.perfmark:perfmark-api:0.27.0" ,
4646 "junit:junit:4.13.2" ,
47+ "org.mockito:mockito-core:4.4.0" ,
4748 "org.checkerframework:checker-qual:3.49.5" ,
48- "org.codehaus.mojo:animal-sniffer-annotations:1.26 " ,
49+ "org.codehaus.mojo:animal-sniffer-annotations:1.27 " ,
4950]
5051# GRPC_DEPS_END
5152
0 commit comments