Commit 9705573
committed
[SPARK-52477] Upgrade
### What changes were proposed in this pull request?
This PR aims to upgrade `JUnit` to 5.13.1 and `Mockito` to `5.18.0`.
### Why are the changes needed?
To bring the latest improvements and bug fixes.
- https://junit.org/junit5/docs/5.13.1/release-notes/
- https://junit.org/junit5/docs/5.13.0/release-notes/
- https://github.com/mockito/mockito/releases/tag/v5.18.0
### Does this PR introduce _any_ user-facing change?
No, these are test dependencies.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#245 from dongjoon-hyun/SPARK-52477.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>JUnit to 5.13.1 and Mockito to 5.18.0
1 parent aed20e2 commit 9705573
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments