Upgrade to error-prone 2.16

Release notes:

https://github.com/google/error-prone/releases/tag/v2.16
pull/480/head
Andrew Gaul 2022-12-26 12:26:59 +09:00 zatwierdzone przez Andrew Gaul
rodzic b72a6fea9e
commit 302e2050b1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -165,7 +165,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.15.0</version>
<version>2.16</version>
</path>
</annotationProcessorPaths>
</configuration>