grpc-java/auth/src
Eric Anderson 372a535615 auth: Add support for Retryable interface
Retryable was added in google-auth-library 1.5.3 to make clear the
situations that deserve a retry of the RPC. Upgrading to that caused
problems because of transitive dependency issues syncing into Google so
it was reverted in 369f87be. google-auth-library 1.11.0 changed the
approach to avoid the transitive dependency updates. cl/601545581
upgraded to 1.22.0 inside Google. Bump to that version and swap away
from the imprecise IOException heuristic. go/auth-correct-retry

Fixes #6808
2024-02-09 15:15:18 -08:00
..
main/java/io/grpc/auth auth: Add support for Retryable interface 2024-02-09 15:15:18 -08:00
test/java/io/grpc/auth auth: Add support for Retryable interface 2024-02-09 15:15:18 -08:00