This is an automated email from the ASF dual-hosted git repository.
SteNicholas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 3a11d1e11 [CELEBORN-2365] Bump Spark version from 4.0.1 to 4.0.3
3a11d1e11 is described below
commit 3a11d1e11950314c3692b84996af2e76b261b971
Author: Nicholas Jiang <[email protected]>
AuthorDate: Tue Jun 16 10:41:53 2026 +0800
[CELEBORN-2365] Bump Spark version from 4.0.1 to 4.0.3
### What changes were proposed in this pull request?
Bump the Spark 4.0 dependency version from `4.0.1` to `4.0.3` in both the
Maven build (`pom.xml`) and the SBT build (`project/CelebornBuild.scala`).
### Why are the changes needed?
[Apache Spark
4.0.3](https://spark.apache.org/news/spark-4-0-3-released.html) is a
maintenance release containing security and correctness fixes, and the Spark
community strongly recommends all 4.0 users upgrade to this stable release. See
the [release notes](https://spark.apache.org/releases/spark-release-4-0-3.html)
for details.
### Does this PR resolve a correctness bug?
- [ ] Yes
### Does this PR introduce _any_ user-facing change?
- [ ] Yes
### How was this patch tested?
Pass GitHub Actions.
Closes #3741 from SteNicholas/CELEBORN-2365.
Authored-by: Nicholas Jiang <[email protected]>
Signed-off-by: Nicholas Jiang <[email protected]>
---
pom.xml | 2 +-
project/CelebornBuild.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c7194eceb..3631871be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1678,7 +1678,7 @@
<lz4-java.version>1.8.0</lz4-java.version>
<scala.version>2.13.16</scala.version>
<scala.binary.version>2.13</scala.binary.version>
- <spark.version>4.0.1</spark.version>
+ <spark.version>4.0.3</spark.version>
<zstd-jni.version>1.5.6-9</zstd-jni.version>
</properties>
</profile>
diff --git a/project/CelebornBuild.scala b/project/CelebornBuild.scala
index 171da0b5a..28108b062 100644
--- a/project/CelebornBuild.scala
+++ b/project/CelebornBuild.scala
@@ -1001,7 +1001,7 @@ object Spark40 extends SparkClientProjects {
val lz4JavaVersion = "1.8.0"
val sparkProjectScalaVersion = "2.13.16"
- val sparkVersion = "4.0.1"
+ val sparkVersion = "4.0.3"
val zstdJniVersion = "1.5.6-9"
val scalaBinaryVersion = "2.13"