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 6cbc691  [SPARK-57888] Upgrade JUnit to 6.1.1
6cbc691 is described below

commit 6cbc6917545d84134f377733f3ea9e4dc597281c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jul 2 11:56:01 2026 -0700

    [SPARK-57888] Upgrade JUnit to 6.1.1
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade JUnit to 6.1.1.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixes from the JUnit 6.1.x line.
    
    - https://docs.junit.org/6.1.1/release-notes/
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a test-only dependency change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Fable 5
    
    Closes #738 from dongjoon-hyun/SPARK-57888.
    
    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 2867b2d..c667a10 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -26,7 +26,7 @@ log4j = "2.26.0"
 slf4j = "2.0.18"
 
 # Test
-junit = "6.1.0"
+junit = "6.1.1"
 jacoco = "0.8.14"
 mockito = "5.23.0"
 awaitility = "4.3.0"


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

Reply via email to