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-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new a94fd9bba chore(java): bump com.google.errorprone:error_prone_core 
from 2.33.0 to 2.34.0 in /java (#2270)
a94fd9bba is described below

commit a94fd9bba94ccc55b4723b967a8c8ffc5b98b0c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 25 01:32:04 2024 -0400

    chore(java): bump com.google.errorprone:error_prone_core from 2.33.0 to 
2.34.0 in /java (#2270)
    
    Bumps
    
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone)
    from 2.33.0 to 2.34.0.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: David Li <[email protected]>
---
 java/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 2cac822a7..c4a29a476 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -320,6 +320,7 @@
               <compilerArgs combine.children="append">
                 <arg>-XDcompilePolicy=simple</arg>
                 <arg>-Xplugin:ErrorProne -Xep:NullAway:ERROR 
-XepOpt:NullAway:AnnotatedPackages=com.uber</arg>
+                <arg>--should-stop=ifError=FLOW</arg>
                 <!-- javac only reports the first 100 errors or warnings -->
                 <arg>-Xmaxerrs</arg>
                 <arg>10000</arg>
@@ -337,7 +338,7 @@
                 <path>
                   <groupId>com.google.errorprone</groupId>
                   <artifactId>error_prone_core</artifactId>
-                  <version>2.33.0</version>
+                  <version>2.34.0</version>
                 </path>
                 <path>
                   <groupId>com.uber.nullaway</groupId>

Reply via email to