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 d31a05c  [SPARK-53710] Upgrade `junit` to 5.13.4
d31a05c is described below

commit d31a05c0b9954355803ed70c636bf2e323759a7f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Sep 24 23:40:17 2025 -0700

    [SPARK-53710] Upgrade `junit` to 5.13.4
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `junit` to 5.13.4 for `v0.5`.
    
    ### Why are the changes needed?
    
    To use the latest bug fixed versions.
    - https://docs.junit.org/5.13.4/release-notes/#release-notes-5.13.4
    - https://docs.junit.org/5.13.4/release-notes/#release-notes-5.13.3
    - https://docs.junit.org/5.13.4/release-notes/#release-notes-5.13.2
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, 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 #342 from dongjoon-hyun/SPARK-53710.
    
    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 8a6b06e..fe6350c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -23,7 +23,7 @@ spark = "4.0.1"
 log4j = "2.24.3"
 
 # Test
-junit = "5.13.1"
+junit = "5.13.4"
 jacoco = "0.8.13"
 mockito = "5.18.0"
 okhttp = "4.12.0"


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

Reply via email to