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 5299ea01 chore(java): bump Arrow dependency version (#1493)
5299ea01 is described below
commit 5299ea01ab31b276c27059d82efdbdead22029e9
Author: David Li <[email protected]>
AuthorDate: Thu Jan 25 14:20:30 2024 -0500
chore(java): bump Arrow dependency version (#1493)
Fixes #1491.
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 0ce80d62..a632959f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -28,7 +28,7 @@
<url>https://arrow.apache.org/</url>
<properties>
- <dep.arrow.version>14.0.0</dep.arrow.version>
+ <dep.arrow.version>15.0.0</dep.arrow.version>
<adbc.version>0.10.0-SNAPSHOT</adbc.version>
</properties>