Skip to content

Commit 0348258

Browse files
committed
junit-bom 6.0.0 for demo
1 parent db678bd commit 0348258

File tree

1 file changed

+7
-0
lines changed
  • demo/demo-maven-junit-platform-jupiter-boot40

1 file changed

+7
-0
lines changed

demo/demo-maven-junit-platform-jupiter-boot40/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838

3939
<dependencyManagement>
4040
<dependencies>
41+
<dependency>
42+
<groupId>org.junit</groupId>
43+
<artifactId>junit-bom</artifactId>
44+
<version>6.0.0</version>
45+
<type>pom</type>
46+
<scope>import</scope>
47+
</dependency>
4148
<dependency>
4249
<groupId>org.springframework.boot</groupId>
4350
<artifactId>spring-boot-dependencies</artifactId>

0 commit comments

Comments
 (0)