File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 <!-- Spring Boot and Cloud -->
5757 <spring-boot .version>3.5.10</spring-boot .version>
58- <spring-cloud .version>2025.0 .1</spring-cloud .version>
58+ <spring-cloud .version>2025.1 .1</spring-cloud .version>
5959 <springdoc-openapi .version>2.8.15</springdoc-openapi .version>
6060
6161 <!-- Database -->
62- <postgresql .version>42.7.8 </postgresql .version>
63- <r2dbc-postgresql .version>1.0.9 .RELEASE</r2dbc-postgresql .version>
62+ <postgresql .version>42.7.9 </postgresql .version>
63+ <r2dbc-postgresql .version>1.1.1 .RELEASE</r2dbc-postgresql .version>
6464<flyway .version>11.20.3</flyway .version>
6565
6666 <!-- OpenAPI -->
108108 <maven-source-plugin .version>3.4.0</maven-source-plugin .version>
109109 <maven-javadoc-plugin .version>3.12.0</maven-javadoc-plugin .version>
110110 <maven-enforcer-plugin .version>3.6.2</maven-enforcer-plugin .version>
111- <maven-gpg-plugin .version>3.2.7 </maven-gpg-plugin .version>
112- <central-publishing-maven-plugin .version>0.7 .0</central-publishing-maven-plugin .version>
111+ <maven-gpg-plugin .version>3.2.8 </maven-gpg-plugin .version>
112+ <central-publishing-maven-plugin .version>0.10 .0</central-publishing-maven-plugin .version>
113113 </properties >
114114
115115 <dependencyManagement >
462462 <configuration >
463463 <publishingServerId >central</publishingServerId >
464464 <autoPublish >true</autoPublish >
465- <waitUntil >published </waitUntil >
465+ <waitUntil >uploaded </waitUntil >
466466 <checksums >required</checksums >
467467 </configuration >
468468 </plugin >
You can’t perform that action at this time.
0 commit comments