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

dongjoon-hyun 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 98028e9  [SPARK-56987] Upgrade `JUnit` to 6.1.0
98028e9 is described below

commit 98028e9a203ca1e12e75a789e2a10342fc32da90
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 21 10:51:17 2026 -0700

    [SPARK-56987] Upgrade `JUnit` to 6.1.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `JUnit` from `6.0.3` to `6.1.0`.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes and improvements.
    
    - https://docs.junit.org/6.1.0/release-notes/ (2026-05-19)
    
    ### 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?
    
    Generated-by: Claude Opus 4.7
    
    Closes #683 from dongjoon-hyun/SPARK-56987.
    
    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 e4d0bb1..e7da03c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -26,7 +26,7 @@ log4j = "2.26.0"
 slf4j = "2.0.17"
 
 # Test
-junit = "6.0.3"
+junit = "6.1.0"
 jacoco = "0.8.14"
 mockito = "5.23.0"
 


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

Reply via email to