|
108 | 108 | <ecj.version>3.40.0</ecj.version> |
109 | 109 | <jdo.version>3.2.1</jdo.version> |
110 | 110 | <springboot.version>3.4.1</springboot.version> |
111 | | - <spring.version>6.2.1</spring.version> |
| 111 | + <spring.version>6.2.2</spring.version> |
112 | 112 |
|
113 | 113 | <!-- SQL deps --> |
114 | 114 | <db2.version>12.1.0.0</db2.version> |
115 | 115 | <derby.version>10.17.1.0</derby.version> |
116 | 116 | <hsqldb.version>2.7.4</hsqldb.version> |
117 | 117 | <h2.version>2.3.232</h2.version> |
118 | | - <postgresql.version>42.7.4</postgresql.version> |
| 118 | + <postgresql.version>42.7.5</postgresql.version> |
119 | 119 | <oracle.version>23.6.0.24.10</oracle.version> |
120 | 120 | <mysql.version>9.1.0</mysql.version> |
121 | 121 | <mssql.version>12.9.0.jre8-preview</mssql.version> |
122 | 122 | <cubrid.version>9.3.9.0002</cubrid.version> |
123 | | - <sqlite.version>3.47.2.0</sqlite.version> |
| 123 | + <sqlite.version>3.48.0.0</sqlite.version> |
124 | 124 | <teradata.version>13.10.00.35</teradata.version> |
125 | 125 | <firebird.version>5.0.6.java11</firebird.version> |
126 | 126 | <mongodb.version>3.12.14</mongodb.version> |
|
284 | 284 | <dependency> |
285 | 285 | <groupId>io.projectreactor</groupId> |
286 | 286 | <artifactId>reactor-bom</artifactId> |
287 | | - <version>2024.0.1</version> |
| 287 | + <version>2024.0.2</version> |
288 | 288 | <type>pom</type> |
289 | 289 | <scope>import</scope> |
290 | 290 | </dependency> |
|
451 | 451 | <plugin> |
452 | 452 | <groupId>com.github.siom79.japicmp</groupId> |
453 | 453 | <artifactId>japicmp-maven-plugin</artifactId> |
454 | | - <version>0.23.0</version> |
| 454 | + <version>0.23.1</version> |
455 | 455 | <configuration> |
456 | 456 | <parameter> |
457 | 457 | <ignoreMissingOldVersion>true</ignoreMissingOldVersion> |
|
1011 | 1011 | <plugin> |
1012 | 1012 | <groupId>org.openrewrite.maven</groupId> |
1013 | 1013 | <artifactId>rewrite-maven-plugin</artifactId> |
1014 | | - <version>5.47.3</version> |
| 1014 | + <version>6.0.3</version> |
1015 | 1015 |
|
1016 | 1016 | <dependencies> |
1017 | 1017 | <dependency> |
1018 | 1018 | <groupId>org.openrewrite.recipe</groupId> |
1019 | 1019 | <artifactId>rewrite-testing-frameworks</artifactId> |
1020 | | - <version>2.24.0</version> |
| 1020 | + <version>3.0.0</version> |
1021 | 1021 | </dependency> |
1022 | 1022 | <dependency> |
1023 | 1023 | <groupId>org.openrewrite.recipe</groupId> |
1024 | 1024 | <artifactId>rewrite-migrate-java</artifactId> |
1025 | | - <version>2.31.0</version> |
| 1025 | + <version>3.0.0</version> |
1026 | 1026 | </dependency> |
1027 | 1027 | </dependencies> |
1028 | 1028 |
|
|
0 commit comments