Skip to content

Commit

Permalink
Figured we can't upgrade google-auth libraries and the error_prone_an…
Browse files Browse the repository at this point in the history
…notations: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
  • Loading branch information
kannanjgithub committed Feb 4, 2025
1 parent ab540c5 commit b9ef60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ errorprone-core = "com.google.errorprone:error_prone_core:2.31.0"
google-api-protos = "com.google.api.grpc:proto-google-common-protos:2.50.1"
# google-auth-library 1.25.0+ requires error_prone_annotations 2.31.0+, which
# breaks the Android build
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.30.1"
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.30.1"
google-auth-credentials = "com.google.auth:google-auth-library-credentials:1.24.1"
google-auth-oauth2Http = "com.google.auth:google-auth-library-oauth2-http:1.24.1"
# Release notes: https://cloud.google.com/logging/docs/release-notes
google-cloud-logging = "com.google.cloud:google-cloud-logging:3.21.1"
gson = "com.google.code.gson:gson:2.11.0"
Expand Down

0 comments on commit b9ef60e

Please sign in to comment.