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 d01437047 chore(java): Bump dep.org.checkerframework.version from
3.49.5 to 3.50.0 in /java (#3407)
d01437047 is described below
commit d01437047058f9c702f5aeb13fa7346afe0f8070
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 09:38:58 2025 +0900
chore(java): Bump dep.org.checkerframework.version from 3.49.5 to 3.50.0 in
/java (#3407)
Bumps `dep.org.checkerframework.version` from 3.49.5 to 3.50.0.
Updates `org.checkerframework:checker-qual` from 3.49.5 to 3.50.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 3baef891e..6875e2676 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.49.5</dep.org.checkerframework.version>
+ <dep.org.checkerframework.version>3.50.0</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<maven.compiler.target>11</maven.compiler.target>