|
138 | 138 | <mvn.version>3.9.9</mvn.version> |
139 | 139 | <guava.version>33.4.0-jre</guava.version> |
140 | 140 | <codegen.version>0.6.8</codegen.version> |
141 | | - <byte-buddy.version>1.17.1</byte-buddy.version> |
| 141 | + <byte-buddy.version>1.17.2</byte-buddy.version> |
142 | 142 | <slf4j.version>2.0.17</slf4j.version> |
143 | 143 | <surefire.version>3.5.2</surefire.version> |
144 | 144 | <animal-sniffer.version>1.24</animal-sniffer.version> |
|
284 | 284 | <dependency> |
285 | 285 | <groupId>io.projectreactor</groupId> |
286 | 286 | <artifactId>reactor-bom</artifactId> |
287 | | - <version>2024.0.3</version> |
| 287 | + <version>2024.0.4</version> |
288 | 288 | <type>pom</type> |
289 | 289 | <scope>import</scope> |
290 | 290 | </dependency> |
|
566 | 566 | <plugin> |
567 | 567 | <groupId>io.sundr</groupId> |
568 | 568 | <artifactId>sundr-maven-plugin</artifactId> |
569 | | - <version>0.200.0</version> |
| 569 | + <version>0.200.3</version> |
570 | 570 | <inherited>false</inherited> |
571 | 571 | <configuration> |
572 | 572 | <boms> |
|
1011 | 1011 | <plugin> |
1012 | 1012 | <groupId>org.openrewrite.maven</groupId> |
1013 | 1013 | <artifactId>rewrite-maven-plugin</artifactId> |
1014 | | - <version>6.2.2</version> |
| 1014 | + <version>6.3.0</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>3.3.0</version> |
| 1020 | + <version>3.4.0</version> |
1021 | 1021 | </dependency> |
1022 | 1022 | <dependency> |
1023 | 1023 | <groupId>org.openrewrite.recipe</groupId> |
1024 | 1024 | <artifactId>rewrite-migrate-java</artifactId> |
1025 | | - <version>3.3.0</version> |
| 1025 | + <version>3.4.0</version> |
1026 | 1026 | </dependency> |
1027 | 1027 | </dependencies> |
1028 | 1028 |
|
|
0 commit comments