Skip to content

Commit b874942

Browse files
Update junit5 monorepo
1 parent e8f1762 commit b874942

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
@@ -158,19 +158,19 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
158158
<dependency>
159159
<groupId>org.junit.jupiter</groupId>
160160
<artifactId>junit-jupiter-api</artifactId>
161-
<version>5.10.3</version>
161+
<version>5.11.2</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.junit.jupiter</groupId>
166166
<artifactId>junit-jupiter-engine</artifactId>
167-
<version>5.10.3</version>
167+
<version>5.11.3</version>
168168
<scope>test</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.junit.jupiter</groupId>
172172
<artifactId>junit-jupiter-params</artifactId>
173-
<version>5.10.3</version>
173+
<version>5.11.2</version>
174174
<scope>test</scope>
175175
</dependency>
176176
<dependency>

0 commit comments

Comments
 (0)