Skip to content

Commit ec28d04

Browse files
authored
Merge pull request #434 from mybatis/renovate/major-junit-framework-monorepo
Update junit-framework monorepo to v6 (major)
2 parents ff57a49 + 3e1e39e commit ec28d04

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
@@ -187,14 +187,14 @@
187187
<dependency>
188188
<groupId>org.junit.jupiter</groupId>
189189
<artifactId>junit-jupiter-engine</artifactId>
190-
<version>5.13.4</version>
190+
<version>6.0.0</version>
191191
<scope>test</scope>
192192
</dependency>
193193
<!-- Needed still for Plexus Test Case code borrowed from Maven as we don't want to modify their library -->
194194
<dependency>
195195
<groupId>org.junit.vintage</groupId>
196196
<artifactId>junit-vintage-engine</artifactId>
197-
<version>5.13.4</version>
197+
<version>6.0.0</version>
198198
<scope>test</scope>
199199
</dependency>
200200

0 commit comments

Comments
 (0)