Skip to content

Commit 9a9dcb4

Browse files
committed
[SPARK-56096] 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 ### Does this PR introduce _any_ user-facing change? No. ### 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 #557 from dongjoon-hyun/SPARK-56096. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 493131c commit 9a9dcb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ slf4j = "2.0.17"
2828
# Test
2929
junit = "6.0.0"
3030
jacoco = "0.8.14"
31-
mockito = "5.21.0"
31+
mockito = "5.23.0"
3232

3333
# Build Analysis
3434
checkstyle = "13.2.0"

0 commit comments

Comments
 (0)