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

dpitkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 663cbb5fce MINOR: [Java] Bump org.mockito:mockito-junit-jupiter from 
2.25.1 to 5.12.0 in /java (#43308)
663cbb5fce is described below

commit 663cbb5fcebb1fc17f311e6f4d71452f14feae5b
Author: Dane Pitkin <[email protected]>
AuthorDate: Mon Jul 22 11:46:14 2024 -0400

    MINOR: [Java] Bump org.mockito:mockito-junit-jupiter from 2.25.1 to 5.12.0 
in /java (#43308)
    
    ### Rationale for this change
    
    Bump version now that Java 8 is deprecated. Follow up PR from 
https://github.com/apache/arrow/pull/39408.
    
    ### What changes are included in this PR?
    
    * Bump mockito to 5.12.0
    
    ### Are these changes tested?
    
    CI
    
    ### Are there any user-facing changes?
    
    No
    
    Authored-by: Dane Pitkin <[email protected]>
    Signed-off-by: Dane Pitkin <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 4228496ef6..2e7b57e462 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -274,7 +274,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-junit-jupiter</artifactId>
-      <version>2.25.1</version>
+      <version>5.12.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to