Skip to content

Commit 75f8a9c

Browse files
committed
[SPARK-53770] Upgrade mockito to 5.20.0
### What changes were proposed in this pull request? This PR aims to upgrade `mockito` to 5.20.0 for Apache Spark K8s Operator `v0.6`. ### Why are the changes needed? To bring the latest features and bug fixes. - https://github.com/mockito/mockito/releases/tag/v5.20.0 - mockito/mockito#3729 - mockito/mockito#3709 - https://github.com/mockito/mockito/releases/tag/v5.19.0 - mockito/mockito#3708 - mockito/mockito#3659 ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #358 from dongjoon-hyun/SPARK-53770. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent b5e04b8 commit 75f8a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ log4j = "2.24.3"
2525
# Test
2626
junit = "5.13.4"
2727
jacoco = "0.8.13"
28-
mockito = "5.18.0"
28+
mockito = "5.20.0"
2929

3030
# Build Analysis
3131
checkstyle = "10.23.1"

0 commit comments

Comments
 (0)