build: update gax-java to v1.57.2

changes since last used version:
- Fix javadoc generation on Java11
- Fix Precondition format specifier
- update google-auth-library to 0.21.0

PiperOrigin-RevId: 322592423
This commit is contained in:
Google APIs 2020-07-22 09:39:50 -07:00 committed by Copybara-Service
parent 1e17dc9f59
commit 1f8c042337
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ apple_support_dependencies()
http_archive(
name = "com_google_api_gax_java",
strip_prefix = "gax-java-77a4cc373914396dd343891e38cf743166668c96", # 1.57.0 with dependency updates.
urls = ["https://github.com/googleapis/gax-java/archive/77a4cc373914396dd343891e38cf743166668c96.zip"],
strip_prefix = "gax-java-1.57.2",
urls = ["https://github.com/googleapis/gax-java/archive/v1.57.2.zip"],
)
load("@com_google_api_gax_java//:repository_rules.bzl", "com_google_api_gax_java_properties")