|
77 | 77 |
|
78 | 78 | <distributionManagement> |
79 | 79 | <repository> |
80 | | - <id>ossrh</id> |
81 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 80 | + <id>central</id> |
| 81 | + <url>https://central.sonatype.com/api/v1/publisher/deployments/upload/</url> |
82 | 82 | </repository> |
83 | 83 | <snapshotRepository> |
84 | | - <id>ossrh</id> |
85 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 84 | + <id>central</id> |
| 85 | + <url>https://central.sonatype.com/api/v1/publisher/deployments/upload/</url> |
86 | 86 | </snapshotRepository> |
87 | 87 | </distributionManagement> |
88 | 88 |
|
|
107 | 107 | <junit.version>5.13.4</junit.version> |
108 | 108 | <ecj.version>3.42.0</ecj.version> |
109 | 109 | <jdo.version>3.2.1</jdo.version> |
110 | | - <springboot.version>3.5.3</springboot.version> |
| 110 | + <springboot.version>3.5.4</springboot.version> |
111 | 111 | <spring.version>6.2.9</spring.version> |
112 | 112 |
|
113 | 113 | <!-- SQL deps --> |
|
116 | 116 | <hsqldb.version>2.7.4</hsqldb.version> |
117 | 117 | <h2.version>2.3.232</h2.version> |
118 | 118 | <postgresql.version>42.7.7</postgresql.version> |
119 | | - <oracle.version>23.8.0.25.04</oracle.version> |
120 | | - <mysql.version>9.3.0</mysql.version> |
121 | | - <mssql.version>13.1.0.jre8-preview</mssql.version> |
| 119 | + <oracle.version>23.9.0.25.07</oracle.version> |
| 120 | + <mysql.version>9.4.0</mysql.version> |
| 121 | + <mssql.version>13.1.1.jre8-preview</mssql.version> |
122 | 122 | <cubrid.version>9.3.9.0002</cubrid.version> |
123 | 123 | <sqlite.version>3.50.3.0</sqlite.version> |
124 | 124 | <teradata.version>13.10.00.35</teradata.version> |
|
128 | 128 | <r2dbc.version>1.0.0.RELEASE</r2dbc.version> |
129 | 129 |
|
130 | 130 | <!-- JPA deps --> |
131 | | - <hibernate.version>7.0.2.Final</hibernate.version> |
| 131 | + <hibernate.version>7.0.9.Final</hibernate.version> |
132 | 132 | <hibernate.validator.version>9.0.1.Final</hibernate.validator.version> |
133 | 133 | <eclipselink.version>5.0.0-B09</eclipselink.version> |
134 | 134 | <jpa.version>3.2.0</jpa.version> |
135 | 135 | <jakarta.annotation.version>3.0.0</jakarta.annotation.version> |
136 | 136 |
|
137 | | - <assertj.version>3.27.3</assertj.version> |
| 137 | + <assertj.version>3.27.4</assertj.version> |
138 | 138 | <mvn.version>3.9.11</mvn.version> |
139 | 139 | <guava.version>33.4.8-jre</guava.version> |
140 | 140 | <codegen.version>0.6.8</codegen.version> |
|
286 | 286 | <dependency> |
287 | 287 | <groupId>io.projectreactor</groupId> |
288 | 288 | <artifactId>reactor-bom</artifactId> |
289 | | - <version>2024.0.8</version> |
| 289 | + <version>2024.0.9</version> |
290 | 290 | <type>pom</type> |
291 | 291 | <scope>import</scope> |
292 | 292 | </dependency> |
|
802 | 802 | <build> |
803 | 803 | <plugins> |
804 | 804 | <plugin> |
805 | | - <groupId>org.sonatype.plugins</groupId> |
806 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
807 | | - <version>1.7.0</version> |
| 805 | + <groupId>org.sonatype.central</groupId> |
| 806 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 807 | + <version>0.8.0</version> |
808 | 808 | <extensions>true</extensions> |
809 | 809 | <configuration> |
810 | | - <serverId>ossrh</serverId> |
811 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
812 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
813 | | - <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes> |
| 810 | + <publishingServerId>central</publishingServerId> |
| 811 | + <autoPublish>true</autoPublish> |
| 812 | + <waitUntil>published</waitUntil> |
814 | 813 | </configuration> |
815 | 814 | </plugin> |
816 | 815 | </plugins> |
|
1038 | 1037 | <plugin> |
1039 | 1038 | <groupId>org.openrewrite.maven</groupId> |
1040 | 1039 | <artifactId>rewrite-maven-plugin</artifactId> |
1041 | | - <version>6.15.0</version> |
| 1040 | + <version>6.16.0</version> |
1042 | 1041 |
|
1043 | 1042 | <dependencies> |
1044 | 1043 | <dependency> |
1045 | 1044 | <groupId>org.openrewrite.recipe</groupId> |
1046 | 1045 | <artifactId>rewrite-testing-frameworks</artifactId> |
1047 | | - <version>3.14.1</version> |
| 1046 | + <version>3.15.0</version> |
1048 | 1047 | </dependency> |
1049 | 1048 | <dependency> |
1050 | 1049 | <groupId>org.openrewrite.recipe</groupId> |
1051 | 1050 | <artifactId>rewrite-migrate-java</artifactId> |
1052 | | - <version>3.14.1</version> |
| 1051 | + <version>3.15.0</version> |
1053 | 1052 | </dependency> |
1054 | 1053 | </dependencies> |
1055 | 1054 |
|
|
0 commit comments