Skip to content

Commit a09b25b

Browse files
Update junit v5.13.3 -> v6.0.0
1 parent e228ca9 commit a09b25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@
7070
<dependency>
7171
<groupId>org.junit.jupiter</groupId>
7272
<artifactId>junit-jupiter-engine</artifactId>
73-
<version>5.13.3</version>
73+
<version>6.0.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.junit.platform</groupId>
7878
<artifactId>junit-platform-runner</artifactId>
79-
<version>1.13.3</version>
79+
<version>1.14.0</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<dependency>

0 commit comments

Comments
 (0)