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 4cfe281  [SPARK-54672] Upgrade `mockito` to 5.21.0
4cfe281 is described below

commit 4cfe2819aa12a9b89147761a858a9505136f90f3
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 10 11:52:09 2025 -0800

    [SPARK-54672] Upgrade `mockito` to 5.21.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `mockito` to 5.21.0 for Apache Spark K8s Operator 
`v0.7`.
    
    ### Why are the changes needed?
    
    To bring the latest features and bug fixes.
    - https://github.com/mockito/mockito/releases/tag/v5.21.0
      - https://github.com/mockito/mockito/issues/3758
      - https://github.com/mockito/mockito/issues/3752
      - https://github.com/mockito/mockito/pull/3753
      - https://github.com/mockito/mockito/issues/3759
      - https://github.com/mockito/mockito/pull/3731
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #425 from dongjoon-hyun/SPARK-54672.
    
    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 ff3a3d5..43be985 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -26,7 +26,7 @@ slf4j = "2.0.17"
 # Test
 junit = "6.0.0"
 jacoco = "0.8.14"
-mockito = "5.20.0"
+mockito = "5.21.0"
 
 # Build Analysis
 checkstyle = "10.23.1"


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

Reply via email to