Skip to content

Commit 4131b81

Browse files
committed
* Error Prone 2.31.0 is the latest version which supports running on JDK 11
1 parent a37dd70 commit 4131b81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,9 @@
637637
-->
638638
<checkstyle.version>8.29</checkstyle.version>
639639
<exec.maven.version>3.1.0</exec.maven.version>
640-
<error-prone.version>2.38.0</error-prone.version>
640+
<!-- Error Prone 2.31.0 is the latest version which supports running on JDK 11, see
641+
https://github.com/google/error-prone/releases/tag/v2.31.0 for details -->
642+
<error-prone.version>2.31.0</error-prone.version>
641643
<jamon.plugin.version>2.4.2</jamon.plugin.version>
642644
<lifecycle.mapping.version>1.0.0</lifecycle.mapping.version>
643645
<maven.antrun.version>1.8</maven.antrun.version>

0 commit comments

Comments
 (0)