Skip to content

Commit 54ff742

Browse files
committed
tweak comments to make them machine readable
1 parent 5a45d84 commit 54ff742

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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.+
5454
errorprone-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.+
5657
google-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.+
5860
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.41.0"
61+
# checkForUpdates: google-auth-oauth2Http:1.41.+
5962
google-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.+
6266
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.23.9"
6367
gson = "com.google.code.gson:gson:2.13.2"
6468
guava = "com.google.guava:guava:33.5.0-android"

0 commit comments

Comments
 (0)