|
1 | 1 | module( |
2 | 2 | name = "grpc-java", |
3 | | - version = "1.80.0-SNAPSHOT", # CURRENT_GRPC_VERSION |
| 3 | + version = "1.82.0-SNAPSHOT", # CURRENT_GRPC_VERSION |
4 | 4 | compatibility_level = 0, |
5 | 5 | repo_name = "io_grpc_grpc_java", |
6 | 6 | ) |
7 | 7 |
|
8 | 8 | # GRPC_DEPS_START |
9 | 9 | IO_GRPC_GRPC_JAVA_ARTIFACTS = [ |
10 | 10 | "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", |
14 | 14 | "com.google.auto.value:auto-value-annotations:1.11.0", |
15 | 15 | "com.google.auto.value:auto-value:1.11.0", |
16 | 16 | "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", |
19 | 19 | "com.google.guava:failureaccess:1.0.1", |
20 | 20 | "com.google.guava:guava:33.5.0-android", |
21 | 21 | "com.google.re2j:re2j:1.8", |
22 | 22 | "com.google.s2a.proto.v2:s2a-proto:0.1.3", |
23 | 23 | "com.google.truth:truth:1.4.5", |
24 | 24 | "com.squareup.okhttp:okhttp:2.7.5", |
25 | 25 | "com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day |
26 | | - "io.netty:netty-buffer:4.1.130.Final", |
27 | | - "io.netty:netty-codec-http2:4.1.130.Final", |
28 | | - "io.netty:netty-codec-http:4.1.130.Final", |
29 | | - "io.netty:netty-codec-socks:4.1.130.Final", |
30 | | - "io.netty:netty-codec:4.1.130.Final", |
31 | | - "io.netty:netty-common:4.1.130.Final", |
32 | | - "io.netty:netty-handler-proxy:4.1.130.Final", |
33 | | - "io.netty:netty-handler:4.1.130.Final", |
34 | | - "io.netty:netty-resolver:4.1.130.Final", |
35 | | - "io.netty:netty-tcnative-boringssl-static:2.0.74.Final", |
36 | | - "io.netty:netty-tcnative-classes:2.0.74.Final", |
37 | | - "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.130.Final", |
38 | | - "io.netty:netty-transport-native-unix-common:4.1.130.Final", |
39 | | - "io.netty:netty-transport:4.1.130.Final", |
| 26 | + "io.netty:netty-buffer:4.1.132.Final", |
| 27 | + "io.netty:netty-codec-http2:4.1.132.Final", |
| 28 | + "io.netty:netty-codec-http:4.1.132.Final", |
| 29 | + "io.netty:netty-codec-socks:4.1.132.Final", |
| 30 | + "io.netty:netty-codec:4.1.132.Final", |
| 31 | + "io.netty:netty-common:4.1.132.Final", |
| 32 | + "io.netty:netty-handler-proxy:4.1.132.Final", |
| 33 | + "io.netty:netty-handler:4.1.132.Final", |
| 34 | + "io.netty:netty-resolver:4.1.132.Final", |
| 35 | + "io.netty:netty-tcnative-boringssl-static:2.0.75.Final", |
| 36 | + "io.netty:netty-tcnative-classes:2.0.75.Final", |
| 37 | + "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.132.Final", |
| 38 | + "io.netty:netty-transport-native-unix-common:4.1.132.Final", |
| 39 | + "io.netty:netty-transport:4.1.132.Final", |
40 | 40 | "io.opencensus:opencensus-api:0.31.0", |
41 | 41 | "io.opencensus:opencensus-contrib-grpc-metrics:0.31.0", |
42 | 42 | "io.perfmark:perfmark-api:0.27.0", |
43 | 43 | "junit:junit:4.13.2", |
| 44 | + "org.mockito:mockito-core:4.4.0", |
44 | 45 | "org.checkerframework:checker-qual:3.49.5", |
45 | | - "org.codehaus.mojo:animal-sniffer-annotations:1.26", |
| 46 | + "org.codehaus.mojo:animal-sniffer-annotations:1.27", |
46 | 47 | ] |
47 | 48 | # GRPC_DEPS_END |
48 | 49 |
|
|
0 commit comments