This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push: new b60a366 [SPARK-53508] Upgrade Spark to 4.0.1 b60a366 is described below commit b60a3663ee39dfa0d835dd93a228c978062ec1fa Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Sat Sep 6 08:44:19 2025 -0700 [SPARK-53508] Upgrade Spark to 4.0.1 ### What changes were proposed in this pull request? This PR aims to upgrade Spark to 4.0.1. ### Why are the changes needed? To use the latest and bug fixed one. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #310 from dongjoon-hyun/SPARK-53508. Authored-by: Dongjoon Hyun <dongj...@apache.org> Signed-off-by: Dongjoon Hyun <dongj...@apache.org> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4d08490..d8cb603 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ lombok = "1.18.38" operator-sdk = "5.1.2" okhttp = "4.12.0" dropwizard-metrics = "4.2.30" -spark = "4.0.0" +spark = "4.0.1" log4j = "2.24.3" # Test --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org