Skip to content

Commit c571bdc

Browse files
chore(deps): update junit-framework monorepo
1 parent a7605c5 commit c571bdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<dependency>
279279
<groupId>org.junit.platform</groupId>
280280
<artifactId>junit-platform-launcher</artifactId>
281-
<version>1.13.3</version>
281+
<version>1.14.0</version>
282282
<scope>test</scope>
283283
</dependency>
284284
</dependencies>

src/it/lints-it/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<dependency>
2323
<groupId>org.junit.jupiter</groupId>
2424
<artifactId>junit-jupiter-api</artifactId>
25-
<version>5.13.3</version>
25+
<version>5.14.0</version>
2626
<scope>test</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.junit.jupiter</groupId>
3030
<artifactId>junit-jupiter-params</artifactId>
31-
<version>5.13.3</version>
31+
<version>5.14.0</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.junit.jupiter</groupId>
3636
<artifactId>junit-jupiter-engine</artifactId>
37-
<version>5.13.3</version>
37+
<version>5.14.0</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>

0 commit comments

Comments
 (0)