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 68ffb83 chore(java): bump Arrow dependency (#704)
68ffb83 is described below
commit 68ffb83be522519b7f9363425b6df019b3cab749
Author: David Li <[email protected]>
AuthorDate: Wed May 24 13:48:24 2023 -0400
chore(java): bump Arrow dependency (#704)
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 88d4888..216ace5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -28,7 +28,7 @@
<url>https://arrow.apache.org/</url>
<properties>
- <dep.arrow.version>11.0.0</dep.arrow.version>
+ <dep.arrow.version>12.0.0</dep.arrow.version>
<adbc.version>0.5.0-SNAPSHOT</adbc.version>
</properties>