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 0a4aac362 chore(java): bump the linters group (#4758)
0a4aac362 is described below

commit 0a4aac36221f792531ee8e32ed1ece528d22c462
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 09:46:12 2026 +0900

    chore(java): bump the linters group (#4758)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 java/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index 2c7e00718..7c436249f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -97,7 +97,7 @@
 
   <properties>
     <dep.arrow.version>19.0.0</dep.arrow.version>
-    <dep.org.checkerframework.version>4.2.2</dep.org.checkerframework.version>
+    <dep.org.checkerframework.version>4.2.3</dep.org.checkerframework.version>
     <!-- org.apache:apache overrides -->
     <minimalJavaBuildVersion>11</minimalJavaBuildVersion>
     <maven.compiler.release>11</maven.compiler.release>
@@ -322,7 +322,7 @@
                 <path>
                   <groupId>com.uber.nullaway</groupId>
                   <artifactId>nullaway</artifactId>
-                  <version>0.14.0</version>
+                  <version>0.14.1</version>
                 </path>
                 <path>
                   <groupId>org.checkerframework</groupId>

Reply via email to