This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new dbcc81cf MINOR: Bump error_prone_core.version from 2.31.0 to 2.37.0 
(#682)
dbcc81cf is described below

commit dbcc81cf6e42d316aa592a6af73ad30c011937a9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 27 21:29:22 2025 -0400

    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: JB Onofré <[email protected]>
    Co-authored-by: JB Onofré <[email protected]>
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d74ca1e5..afb753dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@ under the License.
     <forkCount>2</forkCount>
     <checkstyle.version>10.21.4</checkstyle.version>
     <checkstyle.failOnViolation>true</checkstyle.failOnViolation>
-    <error_prone_core.version>2.31.0</error_prone_core.version>
+    <error_prone_core.version>2.37.0</error_prone_core.version>
     <checker.framework.version>3.49.1</checker.framework.version>
     <logback.version>1.5.18</logback.version>
     <doclint>none</doclint>
@@ -845,6 +845,7 @@ under the License.
       -->
       <id>error-prone</id>
       <activation>
+        <jdk>[17,)</jdk>
         <property>
           <name>!m2e.version</name>
         </property>
@@ -868,6 +869,7 @@ under the License.
                 
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
                 
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
                 
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
+                <arg>--should-stop=ifError=FLOW</arg>
               </compilerArgs>
               <annotationProcessorPaths combine.children="append">
                 <path>

Reply via email to