Skip to content

Commit a26f49d

Browse files
authored
Merge pull request #13 from PetrPytelka/update_junit_version_fix_tests
Update junit version and fix broken tests
2 parents aae19d6 + ce26004 commit a26f49d

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,8 @@
108108
<dependencies>
109109
<dependency>
110110
<groupId>org.junit.jupiter</groupId>
111-
<artifactId>junit-jupiter-api</artifactId>
112-
<version>5.3.1</version>
113-
<scope>test</scope>
114-
</dependency>
115-
<dependency>
116-
<groupId>org.junit.jupiter</groupId>
117-
<artifactId>junit-jupiter-engine</artifactId>
118-
<version>5.3.1</version>
111+
<artifactId>junit-jupiter</artifactId>
112+
<version>5.5.2</version>
119113
<scope>test</scope>
120114
</dependency>
121115
</dependencies>

0 commit comments

Comments
 (0)