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 921754e22 chore(java): bump the linters group across 1 directory with
4 updates (#4201)
921754e22 is described below
commit 921754e22b4ad02f666890a7b086e6b374f204ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 12 09:39:19 2026 +0900
chore(java): bump the linters group across 1 directory with 4 updates
(#4201)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/java/pom.xml b/java/pom.xml
index 978c8c556..f6bc78df0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -97,7 +97,7 @@
<properties>
<dep.arrow.version>18.3.0</dep.arrow.version>
- <dep.org.checkerframework.version>3.54.0</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>4.0.0</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.release>11</maven.compiler.release>
@@ -307,12 +307,12 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.48.0</version>
+ <version>2.49.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>
<artifactId>nullaway</artifactId>
- <version>0.13.1</version>
+ <version>0.13.2</version>
</path>
<path>
<groupId>org.checkerframework</groupId>