Skip to content

Commit c136347

Browse files
committed
migrated to JUnit 5
1 parent 79a659f commit c136347

File tree

7 files changed

+605
-590
lines changed

7 files changed

+605
-590
lines changed

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,10 @@
165165

166166
<dependencies>
167167
<dependency>
168-
<groupId>junit</groupId>
169-
<artifactId>junit</artifactId>
170-
<version>4.13.2</version>
171-
<type>jar</type>
168+
<groupId>org.junit.jupiter</groupId>
169+
<artifactId>junit-jupiter</artifactId>
170+
<version>5.8.2</version>
172171
<scope>test</scope>
173-
<optional>true</optional>
174172
</dependency>
175173
<dependency>
176174
<groupId>org.cicirello</groupId>

0 commit comments

Comments
 (0)