Skip to content

Commit dc3271b

Browse files
committed
Replace JUnit jupiter for BOM
Replace JUnit jupiter for BOM. This ensures we do not transitively receive the wrong dependency #384
1 parent 9644e18 commit dc3271b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@
123123
</dependency>
124124
<!-- Testing -->
125125
<dependency>
126-
<groupId>org.junit.jupiter</groupId>
127-
<artifactId>junit-jupiter</artifactId>
126+
<groupId>org.junit</groupId>
127+
<artifactId>junit-bom</artifactId>
128128
<version>${junit.jupiter.version}</version>
129+
<type>pom</type>
130+
<scope>import</scope>
129131
</dependency>
130132
<dependency>
131133
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)