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 25d32b7a7 ORC-2135: Upgrade `mockito` to 5.23.0
25d32b7a7 is described below

commit 25d32b7a71505cabff68a37f93e99dcfee1a67e9
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Mar 21 00:39:15 2026 -0700

    ORC-2135: Upgrade `mockito` to 5.23.0
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades `mockito` to 5.23.0 to bring Java 25 related bug fix.
    
    ### Why are the changes needed?
    
    To keep the test dependency up to date with the latest bug fixes.
    - https://github.com/mockito/mockito/releases/tag/v5.23.0
    - https://github.com/mockito/mockito/releases/tag/v5.22.0
      - https://github.com/mockito/mockito/issues/3778
      - https://github.com/mockito/mockito/pull/3785
    
    ### How was this patch tested?
    
    Pass the CIs with the existing tests.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (claude-opus-4-6)
    
    Closes #2585 from dongjoon-hyun/ORC-2135.
    
    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 6e333a5cd..1475a5f71 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -84,7 +84,7 @@
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
     <maven.version>3.9.14</maven.version>
 
-    <mockito.version>5.21.0</mockito.version>
+    <mockito.version>5.23.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