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 5cc41ed5f chore(java): bump org.checkerframework:checker-qual from
3.45.0 to 3.46.0 in /java (#2059)
5cc41ed5f is described below
commit 5cc41ed5f2d34d1613eef054a76ab7deb9a119dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 20:17:48 2024 -0400
chore(java): bump org.checkerframework:checker-qual from 3.45.0 to 3.46.0
in /java (#2059)
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 c73812610..4ec00c663 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -139,7 +139,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
- <version>3.45.0</version>
+ <version>3.46.0</version>
</dependency>
<!-- Testing -->