This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 89f622f82449 [MINOR] Cleanup old spark3.5 version in pom.xml (#14304)
89f622f82449 is described below
commit 89f622f8244974c56c6c9ec72377a4c3f7bec3f2
Author: Yongkyun Lee <[email protected]>
AuthorDate: Thu Nov 20 13:48:02 2025 -0800
[MINOR] Cleanup old spark3.5 version in pom.xml (#14304)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c3c1a18b77cf..d4f1d55ea0e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
<httpcore.version>4.4.16</httpcore.version>
<httpclient.version>4.5.14</httpclient.version>
<spark.version>${spark3.version}</spark.version>
- <spark3.version>3.5.1</spark3.version>
+ <spark3.version>${spark35.version}</spark3.version>
<spark4.version>4.0.0</spark4.version>
<sparkbundle.version></sparkbundle.version>
<flink2.0.version>2.0.0</flink2.0.version>