Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit e273530

Browse files
author
Mashiro
authored
Bump junit-jupiter-params and junit-jupiter-api from 5.8.2 to 5.9.0 (#5)
1 parent 337eb27 commit e273530

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
@@ -258,13 +258,13 @@
258258
<dependency>
259259
<groupId>org.junit.jupiter</groupId>
260260
<artifactId>junit-jupiter-api</artifactId>
261-
<version>5.8.2</version>
261+
<version>5.9.0</version>
262262
<scope>test</scope>
263263
</dependency>
264264
<dependency>
265265
<groupId>org.junit.jupiter</groupId>
266266
<artifactId>junit-jupiter-params</artifactId>
267-
<version>5.8.2</version>
267+
<version>5.9.0</version>
268268
<scope>test</scope>
269269
</dependency>
270270
</dependencies>

0 commit comments

Comments
 (0)