File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,13 +52,17 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
5252# 2.11.0+ requires JDK 11+ (See https://github.com/google/error-prone/releases/tag/v2.11.0)
5353# checkForUpdates: errorprone-corejava8:2.10.+
5454errorprone-corejava8 = " com.google.errorprone:error_prone_core:2.10.0"
55- # checkForUpdates: Newer versions requires protobuf 4.x.
55+ # 2.67.0+ requires protobuf 4.x.
56+ # checkForUpdates: google-api-protos:2.63.+
5657google-api-protos = " com.google.api.grpc:proto-google-common-protos:2.63.2"
57- # checkForUpdates: Newer versions of google-auth-library requires protobuf 4.x.
58+ # 1.43.0+ versions of google-auth-library requires protobuf 4.x
59+ # checkForUpdates: google-auth-credentials:1.41.+
5860google-auth-credentials = " com.google.auth:google-auth-library-credentials:1.41.0"
61+ # checkForUpdates: google-auth-oauth2Http:1.41.+
5962google-auth-oauth2Http = " com.google.auth:google-auth-library-oauth2-http:1.41.0"
6063# Release notes: https://cloud.google.com/logging/docs/release-notes
61- # checkForUpdates: Newer versions requires protobuf 4.x.
64+ # 3.28.0+ require protobuf 4.x
65+ # checkForUpdates: google-cloud-logging:3.23.+
6266google-cloud-logging = " com.google.cloud:google-cloud-logging:3.23.9"
6367gson = " com.google.code.gson:gson:2.13.2"
6468guava = " com.google.guava:guava:33.5.0-android"
You can’t perform that action at this time.
0 commit comments