1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 15:21:46 +00:00

Upgrade error-prone to 3.3.4 (#848)

* Upgrade error-prone to 3.3.4

This would fix the failure with openjdk 11.0.9 in
3.3.3.

Fixed new antipatterns raised by the new version:
- Replaced unnecessary lambdas with methods.
- Switched wait/sleep calls to equivalent methods using java.time types
- Types inheriting Object.toString() should not be assigned to string
parameter in logging statements.
This commit is contained in:
Weimin Yu
2020-10-23 11:17:57 -04:00
committed by GitHub
parent 93d922af6f
commit 6ed286e3bc
53 changed files with 495 additions and 358 deletions

View File

@@ -53,7 +53,7 @@ ext {
'com.google.code.gson:gson:2.8.5',
'com.google.dagger:dagger-compiler:2.28',
'com.google.dagger:dagger:2.28',
'com.google.errorprone:error_prone_annotations:2.3.3',
'com.google.errorprone:error_prone_annotations:2.3.4',
'com.google.flogger:flogger-system-backend:0.1',
'com.google.flogger:flogger:0.1',
'com.google.guava:guava-testlib:29.0-jre',