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 bad38c342 chore(java): bump the linters group in /java with 2 updates
(#4310)
bad38c342 is described below
commit bad38c342b7baba6a23abadfd67771937ea6ca0f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 13 09:47:28 2026 +0900
chore(java): bump the linters group in /java with 2 updates (#4310)
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 2893c4e22..1e25d29fa 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.0.0</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>4.1.0</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.release>11</maven.compiler.release>