This is an automated email from the ASF dual-hosted git repository. aglinxinyuan pushed a commit to branch xinyuan-bump-arrow in repository https://gitbox.apache.org/repos/asf/texera.git
commit bc063dfcbafaecae238e0baff1106a9cff118fd9 Author: Xinyuan Lin <[email protected]> AuthorDate: Tue Apr 21 17:59:22 2026 -0700 init --- 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
