@@ -8,35 +8,35 @@ module(
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.1 " ,
12- "com.google.auth:google-auth-library-credentials:1.40 .0" ,
13- "com.google.auth:google-auth-library-oauth2-http:1.40 .0" ,
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" ,
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" ,
1717 "com.google.code.gson:gson:2.12.1" ,
18- "com.google.errorprone:error_prone_annotations:2.44 .0" ,
18+ "com.google.errorprone:error_prone_annotations:2.45 .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" ,
2222 "com.google.s2a.proto.v2:s2a-proto:0.1.3" ,
2323 "com.google.truth:truth:1.4.5" ,
2424 "com.squareup.okhttp:okhttp:2.7.5" ,
2525 "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.127 .Final" ,
27- "io.netty:netty-codec-http2:4.1.127 .Final" ,
28- "io.netty:netty-codec-http:4.1.127 .Final" ,
29- "io.netty:netty-codec-socks:4.1.127 .Final" ,
30- "io.netty:netty-codec:4.1.127 .Final" ,
31- "io.netty:netty-common:4.1.127 .Final" ,
32- "io.netty:netty-handler-proxy:4.1.127 .Final" ,
33- "io.netty:netty-handler:4.1.127 .Final" ,
34- "io.netty:netty-resolver:4.1.127 .Final" ,
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" ,
3535 "io.netty:netty-tcnative-boringssl-static:2.0.74.Final" ,
3636 "io.netty:netty-tcnative-classes:2.0.74.Final" ,
37- "io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.127 .Final" ,
38- "io.netty:netty-transport-native-unix-common:4.1.127 .Final" ,
39- "io.netty:netty-transport:4.1.127 .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" ,
4040 "io.opencensus:opencensus-api:0.31.0" ,
4141 "io.opencensus:opencensus-contrib-grpc-metrics:0.31.0" ,
4242 "io.perfmark:perfmark-api:0.27.0" ,
@@ -46,10 +46,10 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
4646]
4747# GRPC_DEPS_END
4848
49- bazel_dep (name = "bazel_jar_jar" , version = "0.1.7 " )
49+ bazel_dep (name = "bazel_jar_jar" , version = "0.1.11.bcr.1 " )
5050bazel_dep (name = "bazel_skylib" , version = "1.7.1" )
5151bazel_dep (name = "googleapis" , version = "0.0.0-20240326-1c8d509c5" , repo_name = "com_google_googleapis" )
52- bazel_dep (name = "grpc-proto" , version = "0.0.0-20240627-ec30f58" , repo_name = "io_grpc_grpc_proto" )
52+ bazel_dep (name = "grpc-proto" , version = "0.0.0-20240627-ec30f58.bcr.1 " , repo_name = "io_grpc_grpc_proto" )
5353bazel_dep (name = "protobuf" , version = "33.1" , repo_name = "com_google_protobuf" )
5454bazel_dep (name = "rules_cc" , version = "0.0.9" )
5555bazel_dep (name = "rules_java" , version = "9.1.0" )
0 commit comments