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

dongjoon pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 0277a09f3 ORC-2135: Upgrade `mockito` to 5.23.0
0277a09f3 is described below

commit 0277a09f304240fdb43490a7a9ff866e20f676ff
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]>
    (cherry picked from commit 25d32b7a71505cabff68a37f93e99dcfee1a67e9)
    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 fe2c8d128..592443a16 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -84,7 +84,7 @@
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
     <maven.version>3.9.13</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>2026-02-25T11:39:48Z</project.build.outputTimestamp>

Reply via email to