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 5e98a7d3a chore(java): Bump the linters group in /java with 2 updates
(#3934)
5e98a7d3a is described below
commit 5e98a7d3a03949907fa3b176815e6e9b59806f47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 10:44:43 2026 +0900
chore(java): Bump the linters group in /java with 2 updates (#3934)
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).
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 4938eeaa3..f52843b1d 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.0</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>3.53.1</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.release>11</maven.compiler.release>