Skip to content

Commit 6babf5c

Browse files
committed
Backport junit5 fix from 2.x to 2.19
1 parent 4439898 commit 6babf5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,12 @@
166166
<dependency>
167167
<groupId>org.junit.platform</groupId>
168168
<artifactId>junit-platform-suite-engine</artifactId>
169-
<version>1.10.2</version>
170169
<scope>test</scope>
171170
</dependency>
172171
<dependency>
173172
<groupId>io.micronaut.test</groupId>
174173
<artifactId>micronaut-test-type-pollution</artifactId>
175-
<version>4.6.2</version>
174+
<version>4.8.1</version>
176175
<scope>test</scope>
177176
</dependency>
178177
</dependencies>

0 commit comments

Comments
 (0)