|
6 | 6 | <parent>
|
7 | 7 | <groupId>org.springframework.boot</groupId>
|
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId>
|
9 |
| - <version>3.2.1</version> |
| 9 | + <version>3.2.2</version> |
10 | 10 | <relativePath/> <!-- lookup parent from repository -->
|
11 | 11 | </parent>
|
12 | 12 |
|
|
17 | 17 | <java.version>21</java.version>
|
18 | 18 |
|
19 | 19 | <springdoc-openapi-ui.version>2.3.0</springdoc-openapi-ui.version>
|
20 |
| - <mapstruct.version>1.5.5.Final</mapstruct.version> |
| 20 | + <mapstruct.version>1.6.0.Beta1</mapstruct.version> |
21 | 21 |
|
22 |
| - <selenide.version>7.0.3</selenide.version> |
| 22 | + <selenide.version>7.1.0</selenide.version> |
23 | 23 |
|
24 | 24 | <wro4j.version>1.9.0</wro4j.version>
|
25 | 25 | <spock.version>2.4-M1-groovy-4.0</spock.version>
|
|
34 | 34 | <sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
|
35 | 35 | <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
|
36 | 36 | <maven.checkstyle.plugin.version>3.3.0</maven.checkstyle.plugin.version>
|
37 |
| - <puppycrawl.checkstyle.version>10.12.5</puppycrawl.checkstyle.version> |
| 37 | + <puppycrawl.checkstyle.version>10.13.0</puppycrawl.checkstyle.version> |
38 | 38 | <puppycrawl.checkstyle.config.file>src/main/resources/checkstyle.xml</puppycrawl.checkstyle.config.file>
|
39 | 39 |
|
40 | 40 |
|
|
561 | 561 | </execution>
|
562 | 562 | </executions>
|
563 | 563 | </plugin>
|
564 |
| - |
565 |
| - <plugin> |
566 |
| - <groupId>org.openrewrite.maven</groupId> |
567 |
| - <artifactId>rewrite-maven-plugin</artifactId> |
568 |
| - <version>5.2.1</version> |
569 |
| - <configuration> |
570 |
| - <activeRecipes> |
571 |
| - <recipe>org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1</recipe> |
572 |
| - <recipe>org.openrewrite.java.migrate.UpgradeToJava17</recipe> |
573 |
| - </activeRecipes> |
574 |
| - </configuration> |
575 |
| - <dependencies> |
576 |
| - <dependency> |
577 |
| - <groupId>org.openrewrite.recipe</groupId> |
578 |
| - <artifactId>rewrite-spring</artifactId> |
579 |
| - <version>5.0.1</version> |
580 |
| - </dependency> |
581 |
| - <dependency> |
582 |
| - <groupId>org.openrewrite.recipe</groupId> |
583 |
| - <artifactId>rewrite-migrate-java</artifactId> |
584 |
| - <version>2.0.1</version> |
585 |
| - </dependency> |
586 |
| - </dependencies> |
587 |
| - </plugin> |
588 |
| - |
589 | 564 | </plugins>
|
590 | 565 | </build>
|
591 | 566 |
|
|
0 commit comments