|
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.4.0-M3</version> |
10 | 10 | <relativePath/> <!-- lookup parent from repository -->
|
11 | 11 | </parent>
|
12 | 12 |
|
|
16 | 16 | <properties>
|
17 | 17 | <java.version>21</java.version>
|
18 | 18 |
|
19 |
| - <springdoc-openapi-ui.version>2.3.0</springdoc-openapi-ui.version> |
20 |
| - <mapstruct.version>1.6.0.Beta1</mapstruct.version> |
| 19 | + <springdoc-openapi-ui.version>2.6.0</springdoc-openapi-ui.version> |
| 20 | + <mapstruct.version>1.6.2</mapstruct.version> |
21 | 21 |
|
22 |
| - <selenide.version>7.1.0</selenide.version> |
| 22 | + <selenide.version>7.5.1</selenide.version> |
23 | 23 |
|
24 | 24 | <wro4j.version>1.9.0</wro4j.version>
|
25 |
| - <spock.version>2.4-M1-groovy-4.0</spock.version> |
| 25 | + <spock.version>2.4-M4-groovy-4.0</spock.version> |
26 | 26 | <!-- client deps -->
|
27 | 27 | <webjar-jquery.version>3.5.1</webjar-jquery.version>
|
28 | 28 | <webjar-bootstrap.version>4.5.0</webjar-bootstrap.version>
|
29 | 29 | <webjar-popperjs.version>2.0.2</webjar-popperjs.version>
|
30 | 30 |
|
31 | 31 |
|
32 | 32 | <!-- code quality -->
|
33 |
| - <archunit-junit5.version>1.2.1</archunit-junit5.version> |
| 33 | + <archunit-junit5.version>1.3.0</archunit-junit5.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.13.0</puppycrawl.checkstyle.version> |
| 37 | + <puppycrawl.checkstyle.version>10.18.1</puppycrawl.checkstyle.version> |
38 | 38 | <puppycrawl.checkstyle.config.file>src/main/resources/checkstyle.xml</puppycrawl.checkstyle.config.file>
|
39 | 39 |
|
40 | 40 |
|
|
231 | 231 | <dependency> <!-- enables mocking of classes without default constructor (together with ByteBuddy or CGLIB) -->
|
232 | 232 | <groupId>org.objenesis</groupId>
|
233 | 233 | <artifactId>objenesis</artifactId>
|
234 |
| - <version>3.3</version> |
| 234 | + <version>3.4</version> |
235 | 235 | <scope>test</scope>
|
236 | 236 | </dependency>
|
237 | 237 |
|
|
617 | 617 | </profile>
|
618 | 618 |
|
619 | 619 | </profiles>
|
620 |
| -<!-- <repositories>--> |
621 |
| -<!-- <repository>--> |
622 |
| -<!-- <id>spring-milestones</id>--> |
623 |
| -<!-- <name>Spring Milestones</name>--> |
624 |
| -<!-- <url>https://repo.spring.io/milestone</url>--> |
625 |
| -<!-- <snapshots>--> |
626 |
| -<!-- <enabled>false</enabled>--> |
627 |
| -<!-- </snapshots>--> |
628 |
| -<!-- </repository>--> |
629 |
| -<!-- </repositories>--> |
630 |
| -<!-- <pluginRepositories>--> |
631 |
| -<!-- <pluginRepository>--> |
632 |
| -<!-- <id>spring-milestones</id>--> |
633 |
| -<!-- <name>Spring Milestones</name>--> |
634 |
| -<!-- <url>https://repo.spring.io/milestone</url>--> |
635 |
| -<!-- <snapshots>--> |
636 |
| -<!-- <enabled>false</enabled>--> |
637 |
| -<!-- </snapshots>--> |
638 |
| -<!-- </pluginRepository>--> |
639 |
| -<!-- </pluginRepositories>--> |
| 620 | + <repositories> |
| 621 | + <repository> |
| 622 | + <id>spring-milestones</id> |
| 623 | + <name>Spring Milestones</name> |
| 624 | + <url>https://repo.spring.io/milestone</url> |
| 625 | + <snapshots> |
| 626 | + <enabled>false</enabled> |
| 627 | + </snapshots> |
| 628 | + </repository> |
| 629 | + </repositories> |
| 630 | + <pluginRepositories> |
| 631 | + <pluginRepository> |
| 632 | + <id>spring-milestones</id> |
| 633 | + <name>Spring Milestones</name> |
| 634 | + <url>https://repo.spring.io/milestone</url> |
| 635 | + <snapshots> |
| 636 | + <enabled>false</enabled> |
| 637 | + </snapshots> |
| 638 | + </pluginRepository> |
| 639 | + </pluginRepositories> |
640 | 640 | </project>
|
0 commit comments