Skip to content

Commit 25d32b7

Browse files
committed
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 - mockito/mockito#3778 - mockito/mockito#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]>
1 parent b2dc0f8 commit 25d32b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
8585
<maven.version>3.9.14</maven.version>
8686

87-
<mockito.version>5.21.0</mockito.version>
87+
<mockito.version>5.23.0</mockito.version>
8888
<orc-format.version>1.1.1</orc-format.version>
8989
<!-- Build Properties -->
9090
<project.build.outputTimestamp>2025-07-08T15:22:41Z</project.build.outputTimestamp>

0 commit comments

Comments
 (0)