Adopt Rewrite Boot 3 upgrade

This commit is contained in:
aboyko
2022-11-28 17:19:37 -05:00
parent ae09b2e671
commit 61d6d1ded0
4 changed files with 18 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ public class SpringBootUpgrade {
"2.5", "org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_5",
"2.6", "org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_6",
"2.7", "org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_7",
"3.0", "org.springframework.sts.java.spring.boot3.UpgradeSpringBoot_3_0"
"3.0", "org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0"
);
private RewriteRecipeRepository recipeRepo;