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 b2a314447 chore(java): Bump the linters group in /java (#4368)
b2a314447 is described below
commit b2a31444717bb717d408685dea66238fc3541fcb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 15:19:38 2026 -0700
chore(java): Bump the linters group in /java (#4368)
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 c97701be5..971f7a619 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.1.0</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>4.2.0</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.release>11</maven.compiler.release>