Skip to content

Commit ce7cf33

Browse files
Update junit-framework monorepo
1 parent 4afc1dd commit ce7cf33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
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.13.3</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.13.3</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.13.3</version>
9797
<scope>test</scope>
9898
</dependency>
9999
</dependencies>

0 commit comments

Comments
 (0)