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 75f8a9c  [SPARK-53770] Upgrade `mockito` to 5.20.0
75f8a9c is described below

commit 75f8a9c67df735d4fb99aba77dc0891405db1d43
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 30 18:52:27 2025 -0700

    [SPARK-53770] Upgrade `mockito` to 5.20.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `mockito` to 5.20.0 for Apache Spark K8s Operator 
`v0.6`.
    
    ### Why are the changes needed?
    
    To bring the latest features and bug fixes.
    - https://github.com/mockito/mockito/releases/tag/v5.20.0
      - https://github.com/mockito/mockito/pull/3729
      - https://github.com/mockito/mockito/issues/3709
    - https://github.com/mockito/mockito/releases/tag/v5.19.0
      - https://github.com/mockito/mockito/pull/3708
      - https://github.com/mockito/mockito/issues/3659
    
    ### 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 #358 from dongjoon-hyun/SPARK-53770.
    
    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 e38f88b..226ee34 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -25,7 +25,7 @@ log4j = "2.24.3"
 # Test
 junit = "5.13.4"
 jacoco = "0.8.13"
-mockito = "5.18.0"
+mockito = "5.20.0"
 
 # Build Analysis
 checkstyle = "10.23.1"


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

Reply via email to