We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914e4f9 commit b35592aCopy full SHA for b35592a
execute-around/pom.xml
@@ -50,7 +50,6 @@
50
<dependency>
51
<groupId>org.junit.jupiter</groupId>
52
<artifactId>junit-jupiter-migrationsupport</artifactId>
53
- <version>5.11.4</version>
54
<scope>test</scope>
55
</dependency>
56
</dependencies>
pom.xml
@@ -307,6 +307,12 @@
307
<version>${junit.version}</version>
308
309
310
+ <dependency>
311
+ <groupId>org.junit.jupiter</groupId>
312
+ <artifactId>junit-jupiter-migrationsupport</artifactId>
313
+ <version>${junit.version}</version>
314
+ <scope>test</scope>
315
+ </dependency>
316
317
<groupId>org.slf4j</groupId>
318
<artifactId>slf4j-api</artifactId>
0 commit comments