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 Oct 22, 2024
1 parent 9e9f28d commit ead8886
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.29.0")

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

0 comments on commit ead8886

Please sign in to comment.