Skip to content

Commit 32744ca

Browse files
committed
fix: junit-jupiter 版本按版本线对齐 ddd4j(1.0.x=5.11.4 JDK8 兼容 / 2.0.x、3.0.x=6.1.0),修正误用 junit.version 的依赖引用
1 parent 9657a79 commit 32744ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<maven-central-publishing-plugin.version>0.11.0</maven-central-publishing-plugin.version>
8484
<jacoco-maven-plugin.version>0.8.15</jacoco-maven-plugin.version>
8585

86-
<junit-jupiter.version>6.1.0</junit-jupiter.version>
86+
<junit-jupiter.version>5.11.4</junit-jupiter.version>
8787
<commons-lang.version>2.6</commons-lang.version></properties>
8888

8989
<!-- 依赖版本统一管理(dependencyManagement) -->

0 commit comments

Comments
 (0)