Update Error Prone to 2.3.1.

This commit is contained in:
Eric Cochran 2018-04-25 16:37:46 -07:00 committed by GitHub
parent 1c68437f3c
commit 0d8b5efaa1
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>