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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2d6f39bcac [Core] Upgrade default spark version to 4.0.2 (#12252)
2d6f39bcac is described below

commit 2d6f39bcac5f9047398a54d6dfa733eb59fd529f
Author: Yuan <[email protected]>
AuthorDate: Mon Jun 8 16:33:40 2026 +0800

    [Core] Upgrade default spark version to 4.0.2 (#12252)
    
    bump default spark version to 4.0.2
    
    This patch bumps the version to fix the security warning
    
    Signed-off-by: Yuan <[email protected]>
    
    ---------
    
    Signed-off-by: Yuan <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac75b78143..1b3a9d2a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <spark.major.version>3</spark.major.version>
     <sparkbundle.version>3.5</sparkbundle.version>
     <spark.plain.version>35</spark.plain.version>
-    <spark.version>3.5.5</spark.version>
+    <spark.version>4.0.2</spark.version>
     
<sparkshim.artifactId>spark-sql-columnar-shims-spark35</sparkshim.artifactId>
     <iceberg.version>1.10.0</iceberg.version>
     <iceberg.binary.version>10</iceberg.binary.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to