Skip to content

Commit 69ac1fa

Browse files
Update junit-framework monorepo to v6
1 parent 752fc25 commit 69ac1fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,25 @@
6767
<dependency>
6868
<groupId>org.junit.jupiter</groupId>
6969
<artifactId>junit-jupiter-api</artifactId>
70-
<version>5.13.2</version>
70+
<version>6.0.1</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.junit.jupiter</groupId>
7575
<artifactId>junit-jupiter-engine</artifactId>
76-
<version>5.13.2</version>
76+
<version>6.0.1</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.junit.platform</groupId>
8181
<artifactId>junit-platform-engine</artifactId>
82-
<version>1.13.2</version>
82+
<version>6.0.1</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.junit.platform</groupId>
8787
<artifactId>junit-platform-commons</artifactId>
88-
<version>1.13.2</version>
88+
<version>6.0.1</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>

0 commit comments

Comments
 (0)