|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.2.2</version> |
| 9 | + <version>3.5.7</version> |
10 | 10 | <relativePath /> <!-- lookup parent from repository --> |
11 | 11 | </parent> |
12 | 12 | <groupId>com.sergiofreire.xray.tutorials</groupId> |
|
19 | 19 | <!-- the following lines were needed because for vscode --> |
20 | 20 | <maven.compiler.source>${java.version}</maven.compiler.source> |
21 | 21 | <maven.compiler.target>${java.version}</maven.compiler.target> |
22 | | - <junit-jupiter.version>5.10.2</junit-jupiter.version> |
23 | | - <xray-junit-extensions.version>0.7.3</xray-junit-extensions.version> |
24 | | - <xray-maven-plugin.version>0.8.0</xray-maven-plugin.version> |
25 | | - <maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version> |
26 | | - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
27 | | - <jacoco.version>0.8.13</jacoco.version> |
| 22 | + <junit-jupiter.version>5.14.1</junit-jupiter.version> |
| 23 | + <xray-junit-extensions.version>0.9.0</xray-junit-extensions.version> |
| 24 | + <xray-maven-plugin.version>0.9.0</xray-maven-plugin.version> |
| 25 | + <maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version> |
| 26 | + <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> |
| 27 | + <jacoco.version>0.8.14</jacoco.version> |
28 | 28 | <unit.coverage.file>${project.build.directory}/jacoco-output/jacoco-unit-tests.exec</unit.coverage.file> |
29 | 29 | <it.coverage.file>${project.build.directory}/jacoco-output/jacoco-it-tests.exec</it.coverage.file> |
30 | 30 | <merged.coverage.file>${project.build.directory}/jacoco-output/merged.exec</merged.coverage.file> |
|
0 commit comments