Skip to content

Commit d31a05c

Browse files
committed
[SPARK-53710] Upgrade junit to 5.13.4
### What changes were proposed in this pull request? This PR aims to upgrade `junit` to 5.13.4 for `v0.5`. ### Why are the changes needed? To use the latest bug fixed versions. - https://docs.junit.org/5.13.4/release-notes/#release-notes-5.13.4 - https://docs.junit.org/5.13.4/release-notes/#release-notes-5.13.3 - https://docs.junit.org/5.13.4/release-notes/#release-notes-5.13.2 ### Does this PR introduce _any_ user-facing change? No, 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#342 from dongjoon-hyun/SPARK-53710. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 9900e40 commit d31a05c

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
@@ -23,7 +23,7 @@ spark = "4.0.1"
2323
log4j = "2.24.3"
2424

2525
# Test
26-
junit = "5.13.1"
26+
junit = "5.13.4"
2727
jacoco = "0.8.13"
2828
mockito = "5.18.0"
2929
okhttp = "4.12.0"

0 commit comments

Comments
 (0)