Skip to content

Commit 0408157

Browse files
committed
[SPARK-53871] Upgrade JUnit to 6.0.0
### What changes were proposed in this pull request? This PR aims to upgrade `JUnit` to 6.0.0. ### Why are the changes needed? JUnit 6 is released finally. - https://docs.junit.org/6.0.0/release-notes/ (2025-09-30) - Minimum required Java version is 17. - Single version number for Platform, Jupiter, and Vintage ### Does this PR introduce _any_ user-facing change? No behavior change because this is a test dependency. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#383 from dongjoon-hyun/SPARK-53871. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent ccb6beb commit 0408157

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
@@ -24,7 +24,7 @@ log4j = "2.24.3"
2424
slf4j = "2.0.17"
2525

2626
# Test
27-
junit = "5.13.4"
27+
junit = "6.0.0"
2828
jacoco = "0.8.13"
2929
mockito = "5.20.0"
3030

0 commit comments

Comments
 (0)