Skip to content

Commit a9c1fba

Browse files
committed
[SPARK-54381][BUILD] Upgrade Junit to 6.0.1
### What changes were proposed in this pull request? This PR aims to upgrade `JUnit` from 6.0.0 to 6.0.1 ### Why are the changes needed? The release notes as follows: - https://docs.junit.org/6.0.1/release-notes/ ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass Github Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #53093 from LuciferYang/junit-6.0.1. Lead-authored-by: YangJie <yangjie01@baidu.com> Co-authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: yangjie01 <yangjie01@baidu.com>
1 parent 1c283c0 commit a9c1fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
<netty.version>4.2.7.Final</netty.version>
221221
<netty-tcnative.version>2.0.74.Final</netty-tcnative.version>
222222
<icu4j.version>77.1</icu4j.version>
223-
<junit.version>6.0.0</junit.version>
223+
<junit.version>6.0.1</junit.version>
224224
<jline.version>2.14.6</jline.version>
225225
<!--
226226
SPARK-50299: When updating `sbt-jupiter-interface.version`,

0 commit comments

Comments
 (0)