Merge pull request #513 from square/eric.ep

Update Error Prone to 2.3.1.
This commit is contained in:
Jake Wharton 2018-04-27 10:27:14 -04:00 committed by GitHub
commit 16fd551176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
<version>2.1.2</version>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>