Skip to content

Commit

Permalink
fix(deps): update dependency com.google.auth:google-auth-library-cred…
Browse files Browse the repository at this point in the history
…entials to v1
  • Loading branch information
renovate-bot committed Jan 23, 2025
1 parent 9e9f28d commit 7fef844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kgax-grpc-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
api("io.grpc:grpc-stub:${ext["grpc_version"]}")
api("io.grpc:grpc-auth:${ext["grpc_version"]}")
api("com.google.auth:google-auth-library-oauth2-http:0.9.1")
api("com.google.auth:google-auth-library-credentials:0.9.1")
api("com.google.auth:google-auth-library-credentials:1.31.0")

testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))
Expand Down

0 comments on commit 7fef844

Please sign in to comment.