|
125 | 125 | <r2dbc.version>1.0.0.RELEASE</r2dbc.version> |
126 | 126 |
|
127 | 127 | <!-- JPA deps --> |
128 | | - <hibernate.version>6.6.9.Final</hibernate.version> |
| 128 | + <hibernate.version>6.6.10.Final</hibernate.version> |
129 | 129 | <hibernate.validator.version>8.0.2.Final</hibernate.validator.version> |
130 | 130 | <eclipselink.version>4.0.5</eclipselink.version> |
131 | 131 | <jpa.version>3.1.0</jpa.version> |
|
282 | 282 | <dependency> |
283 | 283 | <groupId>io.projectreactor</groupId> |
284 | 284 | <artifactId>reactor-bom</artifactId> |
285 | | - <version>2024.0.3</version> |
| 285 | + <version>2024.0.4</version> |
286 | 286 | <type>pom</type> |
287 | 287 | <scope>import</scope> |
288 | 288 | </dependency> |
|
564 | 564 | <plugin> |
565 | 565 | <groupId>io.sundr</groupId> |
566 | 566 | <artifactId>sundr-maven-plugin</artifactId> |
567 | | - <version>0.200.0</version> |
| 567 | + <version>0.200.3</version> |
568 | 568 | <inherited>false</inherited> |
569 | 569 | <configuration> |
570 | 570 | <boms> |
|
1009 | 1009 | <plugin> |
1010 | 1010 | <groupId>org.openrewrite.maven</groupId> |
1011 | 1011 | <artifactId>rewrite-maven-plugin</artifactId> |
1012 | | - <version>6.2.3</version> |
| 1012 | + <version>6.3.0</version> |
1013 | 1013 |
|
1014 | 1014 | <dependencies> |
1015 | 1015 | <dependency> |
1016 | 1016 | <groupId>org.openrewrite.recipe</groupId> |
1017 | 1017 | <artifactId>rewrite-testing-frameworks</artifactId> |
1018 | | - <version>3.3.0</version> |
| 1018 | + <version>3.4.0</version> |
1019 | 1019 | </dependency> |
1020 | 1020 | <dependency> |
1021 | 1021 | <groupId>org.openrewrite.recipe</groupId> |
1022 | 1022 | <artifactId>rewrite-migrate-java</artifactId> |
1023 | | - <version>3.3.0</version> |
| 1023 | + <version>3.4.0</version> |
1024 | 1024 | </dependency> |
1025 | 1025 | </dependencies> |
1026 | 1026 |
|
|
0 commit comments