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 dfa8a5604 chore(java): Bump com.google.errorprone:error_prone_core 
from 2.45.0 to 2.46.0 in /java in the linters group (#3879)
dfa8a5604 is described below

commit dfa8a560444585d500f6a988a56689ecb7bc2245
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 14:01:01 2026 +0900

    chore(java): Bump com.google.errorprone:error_prone_core from 2.45.0 to 
2.46.0 in /java in the linters group (#3879)
    
    Bumps the linters group in /java with 1 update:
    
[com.google.errorprone:error_prone_core](https://github.com/google/error-prone).
    
    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 c9321db34..199c903a0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -282,6 +282,7 @@
             <configuration>
               <compilerArgs combine.children="append">
                 <arg>-XDcompilePolicy=simple</arg>
+                <arg>-XDaddTypeAnnotationsToSymbol=true</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 -->
@@ -301,7 +302,7 @@
                 <path>
                   <groupId>com.google.errorprone</groupId>
                   <artifactId>error_prone_core</artifactId>
-                  <version>2.45.0</version>
+                  <version>2.46.0</version>
                 </path>
                 <path>
                   <groupId>com.uber.nullaway</groupId>

Reply via email to