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

Commit e15591c

Browse files
Update junit5 monorepo to v5.10.0
1 parent 3aca91b commit e15591c

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
@@ -102,13 +102,13 @@ SOFTWARE
102102
<dependency>
103103
<groupId>org.junit.jupiter</groupId>
104104
<artifactId>junit-jupiter-api</artifactId>
105-
<version>5.9.1</version>
105+
<version>5.10.0</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.junit.jupiter</groupId>
110110
<artifactId>junit-jupiter-params</artifactId>
111-
<version>5.9.1</version>
111+
<version>5.10.0</version>
112112
<scope>test</scope>
113113
</dependency>
114114
</dependencies>

0 commit comments

Comments
 (0)