Skip to content

Commit dbcc81c

Browse files
MINOR: Bump error_prone_core.version from 2.31.0 to 2.37.0 (#682)
Bumps `error_prone_core.version` from 2.31.0 to 2.37.0. Updates `com.google.errorprone:error_prone_annotations` from 2.31.0 to 2.37.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JB Onofré <jbonofre@apache.org> Co-authored-by: JB Onofré <jb.onofre@dremio.com>
1 parent 48a20ba commit dbcc81c

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
@@ -108,7 +108,7 @@ under the License.
108108
<forkCount>2</forkCount>
109109
<checkstyle.version>10.21.4</checkstyle.version>
110110
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
111-
<error_prone_core.version>2.31.0</error_prone_core.version>
111+
<error_prone_core.version>2.37.0</error_prone_core.version>
112112
<checker.framework.version>3.49.1</checker.framework.version>
113113
<logback.version>1.5.18</logback.version>
114114
<doclint>none</doclint>
@@ -845,6 +845,7 @@ under the License.
845845
-->
846846
<id>error-prone</id>
847847
<activation>
848+
<jdk>[17,)</jdk>
848849
<property>
849850
<name>!m2e.version</name>
850851
</property>
@@ -868,6 +869,7 @@ under the License.
868869
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
869870
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
870871
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
872+
<arg>--should-stop=ifError=FLOW</arg>
871873
</compilerArgs>
872874
<annotationProcessorPaths combine.children="append">
873875
<path>

0 commit comments

Comments
 (0)