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 35b9a91c2 chore(java): bump com.google.errorprone:error_prone_core 
from 2.39.0 to 2.40.0 in /java (#3158)
35b9a91c2 is described below

commit 35b9a91c285cfc2bb541a4d040fe0baf51da5380
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 15 09:43:09 2025 +0900

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

diff --git a/java/pom.xml b/java/pom.xml
index 087230ef0..399f2e4ed 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -300,7 +300,7 @@
                 <path>
                   <groupId>com.google.errorprone</groupId>
                   <artifactId>error_prone_core</artifactId>
-                  <version>2.39.0</version>
+                  <version>2.40.0</version>
                 </path>
                 <path>
                   <groupId>com.uber.nullaway</groupId>

Reply via email to