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 0408157  [SPARK-53871] Upgrade `JUnit` to 6.0.0
0408157 is described below

commit 0408157999cfcb6cb5a100bea8954d087a660460
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Oct 10 13:12:19 2025 -0700

    [SPARK-53871] Upgrade `JUnit` to 6.0.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `JUnit` to 6.0.0.
    
    ### Why are the changes needed?
    
    JUnit 6 is released finally.
    - https://docs.junit.org/6.0.0/release-notes/ (2025-09-30)
      - Minimum required Java version is 17.
      - Single version number for Platform, Jupiter, and Vintage
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change because this is a test dependency.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #383 from dongjoon-hyun/SPARK-53871.
    
    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 f633ccb..d6d5ffb 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -24,7 +24,7 @@ log4j = "2.24.3"
 slf4j = "2.0.17"
 
 # Test
-junit = "5.13.4"
+junit = "6.0.0"
 jacoco = "0.8.13"
 mockito = "5.20.0"
 


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

Reply via email to