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 7b0d41754 chore(java): Bump dep.org.checkerframework.version from
3.51.0 to 3.51.1 in /java (#3527)
7b0d41754 is described below
commit 7b0d417543ebe7926a0f7b308cec2137387b63d9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 7 10:38:10 2025 +0900
chore(java): Bump dep.org.checkerframework.version from 3.51.0 to 3.51.1 in
/java (#3527)
Bumps `dep.org.checkerframework.version` from 3.51.0 to 3.51.1.
Updates `org.checkerframework:checker-qual` from 3.51.0 to 3.51.1
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 558a8ced9..aed7b6521 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -97,7 +97,7 @@
<properties>
<dep.arrow.version>18.0.0</dep.arrow.version>
- <dep.org.checkerframework.version>3.51.0</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>3.51.1</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.target>11</maven.compiler.target>