Skip to content

Commit 060a0d3

Browse files
committed
switch back to junit 5.14.1
1 parent 4b51ecf commit 060a0d3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

parent/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,16 @@
142142
<version>2.0.17</version>
143143
</dependency>
144144

145-
</dependencies>
145+
<!-- Import all JUnit 5 dependencies -->
146+
<dependency>
147+
<groupId>org.junit</groupId>
148+
<artifactId>junit-bom</artifactId>
149+
<version>5.14.1</version>
150+
<type>pom</type>
151+
<scope>import</scope>
152+
</dependency>
153+
154+
</dependencies>
146155
</dependencyManagement>
147156

148157
<build>

0 commit comments

Comments
 (0)