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 046417de2 chore(java): Bump the linters group with 2 updates (#3869)
046417de2 is described below
commit 046417de223a954592ac2e3308e22a5d3b1eb921
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 8 13:24:20 2026 +0900
chore(java): Bump the linters group with 2 updates (#3869)
Bumps the linters group in /java with 2 updates:
[org.checkerframework:checker-qual](https://github.com/typetools/checker-framework)
and
[org.checkerframework:checker](https://github.com/typetools/checker-framework).
Updates `org.checkerframework:checker-qual` from 3.52.1 to 3.53.0
Updates `org.checkerframework:checker` from 3.52.1 to 3.53.0
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 46d3798d1..ec729520a 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.52.1</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>3.53.0</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.target>11</maven.compiler.target>