mirror of https://github.com/apache/jclouds.git
Upgrade to error-prone 2.0.5
Release notes: https://groups.google.com/forum/#!topic/error-prone-announce/vHvZx2MOpvg
This commit is contained in:
parent
26df7e3c9e
commit
f832ad00a7
|
@ -757,12 +757,12 @@
|
|||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-compiler-javac-errorprone</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
<artifactId>error_prone_core</artifactId>
|
||||
<version>2.0.4</version>
|
||||
<version>2.0.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue