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 7acc29f8d chore(java): Bump the linters group in /java with 3 updates
(#4032)
7acc29f8d is described below
commit 7acc29f8d09827c1bcd336c78969787442166c90
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 4 11:12:25 2026 +0900
chore(java): Bump the linters group in /java with 3 updates (#4032)
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 d5f0fed79..cab06b550 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.53.1</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>3.54.0</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.release>11</maven.compiler.release>
@@ -307,7 +307,7 @@
<path>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
- <version>2.47.0</version>
+ <version>2.48.0</version>
</path>
<path>
<groupId>com.uber.nullaway</groupId>