Skip to content

Commit 5449c52

Browse files
Update junit5 monorepo
1 parent 8fa8904 commit 5449c52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
<dependency>
7676
<groupId>org.junit.jupiter</groupId>
7777
<artifactId>junit-jupiter-api</artifactId>
78-
<version>5.11.3</version>
78+
<version>5.12.2</version>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.junit.platform</groupId>
8383
<artifactId>junit-platform-commons</artifactId>
84-
<version>1.11.3</version>
84+
<version>1.12.2</version>
8585
<scope>provided</scope>
8686
</dependency>
8787
<dependency>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.junit.jupiter</groupId>
9595
<artifactId>junit-jupiter-engine</artifactId>
96-
<version>5.11.3</version>
96+
<version>5.12.2</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

0 commit comments

Comments
 (0)