This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git


The following commit(s) were added to refs/heads/main by this push:
     new ef663648de chore(deps): upgrade Arrow Flight to 15 (#4439)
ef663648de is described below

commit ef663648de818760f6d24771916e508ee0bbb826
Author: Xinyuan Lin <[email protected]>
AuthorDate: Tue Apr 21 20:21:12 2026 -0700

    chore(deps): upgrade Arrow Flight to 15 (#4439)
---
 common/workflow-core/build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/workflow-core/build.sbt b/common/workflow-core/build.sbt
index e22d355361..cf93c0d6e2 100644
--- a/common/workflow-core/build.sbt
+++ b/common/workflow-core/build.sbt
@@ -114,7 +114,7 @@ libraryDependencies ++= Seq(
 
 /////////////////////////////////////////////////////////////////////////////
 // Arrow related
-val arrowVersion = "14.0.1"
+val arrowVersion = "15.0.2"
 val nettyVersion = "4.1.96.Final"
 val arrowDependencies = Seq(
   // https://mvnrepository.com/artifact/org.apache.arrow/flight-grpc

Reply via email to