Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49075][BUILD] Upgrade JUnit5 related to the latest version
### What changes were proposed in this pull request? The pr aims to upgrade `JUnit5` related to the latest version, includes: - `junit-jupiter` from `5.9.3` to `5.11.0`. - `junit-platform` from `1.9.3` to `1.11.0`. - `sbt-jupiter-interface` from `0.11.1` to `0.13.0`. ### Why are the changes needed? - `junit-jupiter` & `junit-platform` https://github.com/junit-team/junit5/releases/tag/r5.11.0 (JUnit 5.11.0 = Platform 1.11.0 + Jupiter 5.11.0 + Vintage 5.11.0) https://junit.org/junit5/docs/5.10.3/release-notes/ https://junit.org/junit5/docs/5.10.2/release-notes/ https://junit.org/junit5/docs/5.10.1/release-notes/ https://junit.org/junit5/docs/5.10.0/release-notes/ - `sbt-jupiter-interface` Note: `sbt-jupiter-interface` 0.11.3 is published under `com.github.sbt.junit`. https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.13.0 (Update JUnit to 5.11.0 by panbingkun in sbt/sbt-jupiter-interface#98) https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.12.0 https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.4 https://github.com/sbt/sbt-jupiter-interface/releases/tag/v0.11.3 <img width="819" alt="image" src="https://github.com/user-attachments/assets/11d8fd83-58a0-45f7-b51f-1ff6efae8367"> ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#47560 from panbingkun/SPARK-49075. Authored-by: panbingkun <panbingkun@baidu.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
- Loading branch information