Skip to content

Commit b4b2782

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 3864328 commit b4b2782

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
@@ -83,7 +83,7 @@
8383
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
8484
<maven.version>3.9.12</maven.version>
8585

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

0 commit comments

Comments
 (0)