Skip to content

Commit 37ff223

Browse files
committed
Stick with JUnit 5.3.2 until Eclipse Inifinittest plugin supports newer versions
1 parent 1266600 commit 37ff223

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parent_toplevel/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
<dependency>
172172
<groupId>org.junit</groupId>
173173
<artifactId>junit-bom</artifactId>
174-
<version>5.4.0</version>
174+
<!-- Stick with JUnit 5.3.2 until Eclipse Inifinittest plugin supports newer versions -->
175+
<version>5.3.2</version>
175176
<type>pom</type>
176177
<scope>import</scope>
177178
</dependency>

0 commit comments

Comments
 (0)