Upgrade to AutoValue 1.6.3

This fixes linter errors when running gradle commands. However the investigation into the linter error revealed potential problematic behaviors with dependency resolution in Gradle. See the attached bug for details.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=249256283
This commit is contained in:
jianglai 2019-05-21 08:35:48 -07:00
parent 706b47c499
commit 243fce84ce
5 changed files with 5 additions and 5 deletions

View file

@ -17,10 +17,10 @@ java_library(
"//third_party/objectify:objectify-v4_1",
"@com_google_auto_value",
"@com_google_code_findbugs_jsr305",
"@com_google_code_gson",
"@com_google_dagger",
"@com_google_flogger",
"@com_google_flogger_system_backend",
"@com_google_gson",
"@com_google_guava",
"@com_google_http_client_jackson2",
"@com_google_monitoring_client_metrics",