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 ac52c40  [SPARK-54983] Upgrade Spark to 4.1.1
ac52c40 is described below

commit ac52c409ae83f776fda9c04fe27077e73fe6a41b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jan 9 16:28:54 2026 +0900

    [SPARK-54983] Upgrade Spark to 4.1.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Apache Spark to 4.1.1.
    
    ### Why are the changes needed?
    
    Apache Spark 4.1.1 is released officially.
    - https://github.com/apache/spark/releases/tag/v4.1.1
    - https://spark.apache.org/docs/4.1.1/
    - https://repo1.maven.org/maven2/org/apache/spark/spark-core_2.13/4.1.1/
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #451 from dongjoon-hyun/SPARK-54983.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 16b2057..8e054f9 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -19,7 +19,7 @@ fabric8 = "7.4.0"
 lombok = "1.18.42"
 operator-sdk = "5.2.2"
 dropwizard-metrics = "4.2.33"
-spark = "4.1.0"
+spark = "4.1.1"
 log4j = "2.24.3"
 slf4j = "2.0.17"
 


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

Reply via email to