Skip to content

Commit

Permalink
fix(deps): update dependency com.google.auth:google-auth-library-oaut…
Browse files Browse the repository at this point in the history
…h2-http to v1
  • Loading branch information
renovate-bot committed Jun 16, 2023
1 parent 9e9f28d commit e25f12c
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 @@ -45,7 +45,7 @@ dependencies {
implementation("io.grpc:grpc-protobuf-lite:${ext["grpc_version"]}")
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-oauth2-http:1.18.0")
api("com.google.auth:google-auth-library-credentials:0.9.1")

testImplementation(kotlin("test"))
Expand Down

0 comments on commit e25f12c

Please sign in to comment.