This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 79d6182aa423 [SPARK-47093][TESTS] Upgrade `mockito` to 5.10.0
79d6182aa423 is described below

commit 79d6182aa4232cc6dc1027590b6447132604218c
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Mon Feb 19 18:06:07 2024 -0800

    [SPARK-47093][TESTS] Upgrade `mockito` to 5.10.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Mockto` to 5.10.0 which is the latest version.
    
    ### Why are the changes needed?
    
    - https://github.com/mockito/mockito/releases/tag/v5.10.0
    - https://github.com/mockito/mockito/releases/tag/v5.9.0
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #45169 from dongjoon-hyun/SPARK-47093.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9142fdbd3a98..b6e67561384e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,6 +403,7 @@
     <dependency>
       <groupId>org.scalatest</groupId>
       <artifactId>scalatest_${scala.binary.version}</artifactId>
+      <version>3.2.18</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -412,7 +413,7 @@
     </dependency>
     <dependency>
       <groupId>org.scalatestplus</groupId>
-      <artifactId>mockito-5-8_${scala.binary.version}</artifactId>
+      <artifactId>mockito-5-10_${scala.binary.version}</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -1156,8 +1157,8 @@
       </dependency>
       <dependency>
         <groupId>org.scalatestplus</groupId>
-        <artifactId>mockito-5-8_${scala.binary.version}</artifactId>
-        <version>3.2.17.0</version>
+        <artifactId>mockito-5-10_${scala.binary.version}</artifactId>
+        <version>3.2.18.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
@@ -1175,7 +1176,7 @@
       <dependency>
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
-        <version>5.8.0</version>
+        <version>5.10.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>


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

Reply via email to