|
19 | 19 | <parent> |
20 | 20 | <groupId>org.springframework.boot</groupId> |
21 | 21 | <artifactId>spring-boot-starter-parent</artifactId> |
22 | | - <version>4.0.0</version> |
| 22 | + <version>4.0.2</version> |
23 | 23 | <relativePath/> <!-- lookup parent from repository --> |
24 | 24 | </parent> |
25 | 25 |
|
|
31 | 31 | <maven.compiler.target>${java.version}</maven.compiler.target> |
32 | 32 |
|
33 | 33 | <!-- this is used by jooq --> |
34 | | - <spring-boot.version>4.0.0</spring-boot.version> |
35 | | - <spring-cloud.version>2025.1.0</spring-cloud.version> |
36 | | - <hibernate-hypersistence-utils.version>3.13.3</hibernate-hypersistence-utils.version> |
| 34 | + <spring-boot.version>4.0.2</spring-boot.version> |
| 35 | + <spring-cloud.version>2025.1.1</spring-cloud.version> |
| 36 | + <hibernate-hypersistence-utils.version>3.15.1</hibernate-hypersistence-utils.version> |
37 | 37 | <datasource-proxy-sb-starter.version>2.0.0</datasource-proxy-sb-starter.version> |
38 | | - <datasource-micrometer-sb-starter.version>2.0.1</datasource-micrometer-sb-starter.version> |
39 | | - <springdoc-openapi-ui.version>3.0.0</springdoc-openapi-ui.version> |
40 | | - <mapstruct.version>1.6.3</mapstruct.version> |
| 38 | + <datasource-micrometer-sb-starter.version>2.1.0</datasource-micrometer-sb-starter.version> |
| 39 | + <springdoc-openapi-ui.version>3.0.1</springdoc-openapi-ui.version> |
| 40 | + <mapstruct.version>1.7.0.Beta1</mapstruct.version> |
41 | 41 |
|
42 | | - <selenide.version>7.5.1</selenide.version> |
| 42 | + <selenide.version>7.14.0</selenide.version> |
43 | 43 |
|
44 | | - <google-guava.version>33.3.0-jre</google-guava.version> |
| 44 | + <google-guava.version>33.5.0-jre</google-guava.version> |
45 | 45 | <wro4j.version>2.1.1</wro4j.version> |
46 | | - <archunit.version>1.3.0</archunit.version> |
47 | | - <testcontainers-keycloak.version>4.0.1</testcontainers-keycloak.version> |
| 46 | + <archunit.version>1.4.1</archunit.version> |
| 47 | + <testcontainers-keycloak.version>4.1.1</testcontainers-keycloak.version> |
48 | 48 | <testcontainers.version>2.0.2</testcontainers.version> |
49 | | - <commons-io.version>2.17.0</commons-io.version> |
| 49 | + <commons-io.version>2.21.0</commons-io.version> |
50 | 50 | <webjar-jquery.version>3.6.1</webjar-jquery.version> |
51 | 51 | <webjar-bootstrap.version>5.0.1</webjar-bootstrap.version> |
52 | 52 | <webjar-jquery-toast-plugin.version>1.3.2</webjar-jquery-toast-plugin.version> |
53 | 53 |
|
54 | 54 | <spock-version>2.4-groovy-5.0</spock-version> |
55 | | - <objenesis.version>3.4</objenesis.version> |
| 55 | + <objenesis.version>3.5</objenesis.version> |
56 | 56 |
|
57 | 57 | <!-- plugins --> |
58 | 58 | <sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version> |
59 | 59 | <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version> |
60 | 60 | <maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version> |
61 | | - <puppycrawl.checkstyle.version>10.18.1</puppycrawl.checkstyle.version> |
| 61 | + <puppycrawl.checkstyle.version>13.2.0</puppycrawl.checkstyle.version> |
62 | 62 | <puppycrawl.checkstyle.config.file>src/main/resources/checkstyle.xml</puppycrawl.checkstyle.config.file> |
63 | 63 | <gmavenplus.version>4.2.1</gmavenplus.version> |
64 | 64 | <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> |
65 | 65 | <maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version> |
66 | | - <modernizer-maven-plugin.version>2.9.0</modernizer-maven-plugin.version> |
| 66 | + <modernizer-maven-plugin.version>3.2.0</modernizer-maven-plugin.version> |
67 | 67 | <spotbugs-maven-plugin.version>4.9.8.2</spotbugs-maven-plugin.version> |
68 | 68 | <owasp-dependency-check-plugin.version>8.4.0</owasp-dependency-check-plugin.version> |
69 | 69 | <pitest-maven-plugin.version>1.17.0</pitest-maven-plugin.version> |
70 | | - <pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version> |
| 70 | + <pitest-junit5-plugin.version>1.2.3</pitest-junit5-plugin.version> |
71 | 71 | </properties> |
72 | 72 |
|
73 | 73 |
|
|
143 | 143 | <dependency> |
144 | 144 | <groupId>io.hypersistence</groupId> |
145 | 145 | <artifactId>hypersistence-utils-hibernate-71</artifactId> |
146 | | - <version>${hibernate-hypersistence-utils}</version> |
| 146 | + <version>${hibernate-hypersistence-utils.version}</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>com.github.gavlyukovskiy</groupId> |
|
213 | 213 | <plugin> |
214 | 214 | <groupId>org.openrewrite.maven</groupId> |
215 | 215 | <artifactId>rewrite-maven-plugin</artifactId> |
216 | | - <version>6.25.0</version> |
| 216 | + <version>6.28.1</version> |
217 | 217 | <configuration> |
218 | 218 | <exportDatatables>true</exportDatatables> |
219 | 219 | <activeRecipes> |
|
224 | 224 | <dependency> |
225 | 225 | <groupId>org.openrewrite.recipe</groupId> |
226 | 226 | <artifactId>rewrite-spring</artifactId> |
227 | | - <version>6.20.0</version> |
| 227 | + <version>6.23.1</version> |
228 | 228 | </dependency> |
229 | 229 | </dependencies> |
230 | 230 | </plugin> |
|
330 | 330 | </plugins> |
331 | 331 | </pluginManagement> |
332 | 332 | </build> |
333 | | - <repositories> |
334 | | - <repository> |
335 | | - <id>spring-milestones</id> |
336 | | - <name>Spring Milestones</name> |
337 | | - <url>https://repo.spring.io/milestone</url> |
338 | | - <snapshots> |
339 | | - <enabled>false</enabled> |
340 | | - </snapshots> |
341 | | - </repository> |
342 | | - </repositories> |
343 | | - <pluginRepositories> |
344 | | - <pluginRepository> |
345 | | - <id>spring-milestones</id> |
346 | | - <name>Spring Milestones</name> |
347 | | - <url>https://repo.spring.io/milestone</url> |
348 | | - <snapshots> |
349 | | - <enabled>false</enabled> |
350 | | - </snapshots> |
351 | | - </pluginRepository> |
352 | | - </pluginRepositories> |
| 333 | +<!-- <repositories>--> |
| 334 | +<!-- <repository>--> |
| 335 | +<!-- <id>spring-milestones</id>--> |
| 336 | +<!-- <name>Spring Milestones</name>--> |
| 337 | +<!-- <url>https://repo.spring.io/milestone</url>--> |
| 338 | +<!-- <snapshots>--> |
| 339 | +<!-- <enabled>false</enabled>--> |
| 340 | +<!-- </snapshots>--> |
| 341 | +<!-- </repository>--> |
| 342 | +<!-- </repositories>--> |
| 343 | +<!-- <pluginRepositories>--> |
| 344 | +<!-- <pluginRepository>--> |
| 345 | +<!-- <id>spring-milestones</id>--> |
| 346 | +<!-- <name>Spring Milestones</name>--> |
| 347 | +<!-- <url>https://repo.spring.io/milestone</url>--> |
| 348 | +<!-- <snapshots>--> |
| 349 | +<!-- <enabled>false</enabled>--> |
| 350 | +<!-- </snapshots>--> |
| 351 | +<!-- </pluginRepository>--> |
| 352 | +<!-- </pluginRepositories>--> |
353 | 353 | </project> |
0 commit comments