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 9705573  [SPARK-52477] Upgrade `JUnit` to 5.13.1 and `Mockito` to 
`5.18.0`
9705573 is described below

commit 9705573c9beebc0607104ae288c3e443d7494fd4
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Sat Jun 14 11:24:34 2025 -0700

    [SPARK-52477] Upgrade `JUnit` to 5.13.1 and `Mockito` to `5.18.0`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `JUnit` to 5.13.1 and `Mockito` to `5.18.0`.
    
    ### Why are the changes needed?
    
    To bring the latest improvements and bug fixes.
    - https://junit.org/junit5/docs/5.13.1/release-notes/
    - https://junit.org/junit5/docs/5.13.0/release-notes/
    - https://github.com/mockito/mockito/releases/tag/v5.18.0
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, these are test dependencies.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #245 from dongjoon-hyun/SPARK-52477.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 gradle/libs.versions.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 1263de2..507399d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -24,9 +24,9 @@ spark = "4.0.0"
 log4j = "2.24.3"
 
 # Test
-junit = "5.12.2"
+junit = "5.13.1"
 jacoco = "0.8.13"
-mockito = "5.17.0"
+mockito = "5.18.0"
 
 # Build Analysis
 checkstyle = "10.23.1"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to