|
5 | 5 | <parent> |
6 | 6 | <groupId>org.springframework.boot</groupId> |
7 | 7 | <artifactId>spring-boot-starter-parent</artifactId> |
8 | | - <version>4.0.0-RC2</version> |
| 8 | + <version>4.0.0</version> |
9 | 9 | <relativePath></relativePath> |
10 | 10 | </parent> |
11 | 11 |
|
|
19 | 19 |
|
20 | 20 | <!-- Generic properties --> |
21 | 21 | <java.version>25</java.version> |
22 | | - <maven.compiler.release>17</maven.compiler.release> |
23 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
24 | 23 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
25 | 24 | <!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set -DnewVersion=... --> |
26 | | - <project.build.outputTimestamp>2024-11-28T14:37:52Z</project.build.outputTimestamp> |
| 25 | + <project.build.outputTimestamp>2025-11-22T16:15:42Z</project.build.outputTimestamp> |
27 | 26 |
|
28 | 27 | <!-- Web dependencies --> |
29 | | - <webjars-locator.version>1.1.1</webjars-locator.version> |
| 28 | + <webjars-locator.version>1.1.2</webjars-locator.version> |
30 | 29 | <webjars-bootstrap.version>5.3.8</webjars-bootstrap.version> |
31 | 30 | <webjars-font-awesome.version>4.7.0</webjars-font-awesome.version> |
32 | 31 |
|
33 | | - <checkstyle.version>11.1.0</checkstyle.version> |
| 32 | + <checkstyle.version>12.1.2</checkstyle.version> |
34 | 33 | <error-prone.version>2.42.0</error-prone.version> |
35 | | - <jacoco.version>0.8.13</jacoco.version> |
| 34 | + <jacoco.version>0.8.14</jacoco.version> |
36 | 35 | <libsass.version>0.3.4</libsass.version> |
37 | 36 | <lifecycle-mapping>1.0.0</lifecycle-mapping> |
38 | 37 | <maven-checkstyle.version>3.6.0</maven-checkstyle.version> |
|
290 | 289 | <executions> |
291 | 290 | <execution> |
292 | 291 | <id>default-compile</id> |
293 | | - <phase>compile</phase> |
294 | 292 | <goals> |
295 | 293 | <goal>compile</goal> |
296 | 294 | </goals> |
| 295 | + <phase>compile</phase> |
297 | 296 | <configuration> |
298 | 297 | <compilerArgs> |
299 | 298 | <arg>-XDcompilePolicy=simple</arg> |
|
0 commit comments