Skip to content

Commit b9ef60e

Browse files
committed
Figured we can't upgrade google-auth libraries and the error_prone_annotations:2.36.0 is coming via it.
| | | +--- com.google.auth:google-auth-library-oauth2-http:1.30.1 | | | | +--- com.google.auto.value:auto-value-annotations:1.11.0 | | | | +--- com.google.code.findbugs:jsr305:3.0.2 | | | | +--- com.google.auth:google-auth-library-credentials:1.30.1 | | | | +--- com.google.http-client:google-http-client:1.45.2 | | | | | +--- org.apache.httpcomponents:httpclient:4.5.14 | | | | | | +--- org.apache.httpcomponents:httpcore:4.4.16 | | | | | | \--- commons-codec:commons-codec:1.11 | | | | | +--- org.apache.httpcomponents:httpcore:4.4.16 | | | | | +--- com.google.code.findbugs:jsr305:3.0.2 | | | | | +--- com.google.errorprone:error_prone_annotations:2.36.0
1 parent ab540c5 commit b9ef60e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
3737
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.50.1"
3838
# google-auth-library 1.25.0+ requires error_prone_annotations 2.31.0+, which
3939
# breaks the Android build
40-
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.30.1"
41-
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.30.1"
40+
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.24.1"
41+
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.24.1"
4242
# Release notes: https://cloud.google.com/logging/docs/release-notes
4343
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.21.1"
4444
gson = "com.google.code.gson:gson:2.11.0"

0 commit comments

Comments
 (0)