Skip to content

Commit f40330c

Browse files
authored
chore: use BOM to manage junit dependencies (#6178)
1 parent bb0bb03 commit f40330c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>org.junit.jupiter</groupId>
3333
<artifactId>junit-jupiter</artifactId>
34-
<version>5.12.0</version>
3534
<scope>test</scope>
3635
</dependency>
3736
<dependency>
@@ -51,7 +50,6 @@
5150
<dependency>
5251
<groupId>org.junit.jupiter</groupId>
5352
<artifactId>junit-jupiter-api</artifactId>
54-
<version>5.11.4</version>
5553
<scope>test</scope>
5654
</dependency>
5755
<dependency>

0 commit comments

Comments
 (0)