Simple upgrade to Spring Boot 3.4

This commit is contained in:
aboyko
2024-11-28 09:40:18 -05:00
parent c4147e3294
commit a0cb489d5d
4 changed files with 53 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ public class PrefsInitializer extends AbstractPreferenceInitializer {
"org.openrewrite.java.testing.junit5.JUnit4to5Migration",
"org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3",
"org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_4",
"org.springframework.ide.vscode.rewrite.boot3.UpgradeSpringBoot_3_4",
"org.rewrite.java.security.*",
"org.springframework.rewrite.test.*",
"rewrite.test.*"