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/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new b4b2782ef ORC-2084: Upgrade `mockito` to 5.21.0
b4b2782ef is described below

commit b4b2782efab48cfbb952e201e44a6468eb942736
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Feb 7 14:38:31 2026 -0800

    ORC-2084: Upgrade `mockito` to 5.21.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `mockito` to 5.21.0.
    
    ### Why are the changes needed?
    
    To use the latest bug fixed version.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    `Gemini 3 Pro (High)` on `Antigravity`
    
    Closes #2523 from dongjoon-hyun/ORC-2084.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index b70883e3e..1c09c99cb 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -83,7 +83,7 @@
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
     <maven.version>3.9.12</maven.version>
 
-    <mockito.version>5.10.0</mockito.version>
+    <mockito.version>5.21.0</mockito.version>
     <orc-format.version>1.1.1</orc-format.version>
     <!-- Build Properties -->
     
<project.build.outputTimestamp>2025-07-08T15:22:41Z</project.build.outputTimestamp>

Reply via email to