|
16 | 16 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
17 | 17 |
|
18 | 18 | <!-- versions --> |
19 | | - <junit5.version>5.9.2</junit5.version> |
| 19 | + <junit5.version>5.10.3</junit5.version> |
20 | 20 | <picocli.version>4.7.6</picocli.version> |
21 | 21 | <jackson.version>2.14.2</jackson.version> |
22 | 22 | <lombok.version>1.18.30</lombok.version> |
|
29 | 29 | <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
30 | 30 | <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version> |
31 | 31 | <native-maven-plugin.version>0.9.22</native-maven-plugin.version> |
32 | | - <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
| 32 | + <maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version> |
33 | 33 | <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version> |
34 | 34 | <graalvm.quickBuild>false</graalvm.quickBuild> |
35 | 35 |
|
|
114 | 114 | <version>${junit5.version}</version> |
115 | 115 | <scope>test</scope> |
116 | 116 | </dependency> |
117 | | - <dependency> |
118 | | - <groupId>org.junit.platform</groupId> |
119 | | - <artifactId>junit-platform-surefire-provider</artifactId> |
120 | | - <version>1.3.2</version> |
121 | | - <scope>test</scope> |
122 | | - </dependency> |
123 | 117 | <dependency> |
124 | 118 | <groupId>org.assertj</groupId> |
125 | 119 | <artifactId>assertj-core</artifactId> |
|
356 | 350 | <artifactId>maven-surefire-plugin</artifactId> |
357 | 351 | <version>${maven-surefire-plugin.version}</version> |
358 | 352 | <dependencies> |
359 | | - <dependency> |
360 | | - <groupId>org.junit.platform</groupId> |
361 | | - <artifactId>junit-platform-surefire-provider</artifactId> |
362 | | - <version>1.3.2</version> |
363 | | - </dependency> |
364 | 353 | <dependency> |
365 | 354 | <groupId>org.junit.jupiter</groupId> |
366 | 355 | <artifactId>junit-jupiter-engine</artifactId> |
|
0 commit comments