Skip to content

Commit

Permalink
Adopt Spring Boot 3.1 Upgrade recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Jun 6, 2023
1 parent 53d371f commit e0c9f9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ 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.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0"/*,
"3.1", "org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1"*/
"3.0", "org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0",
"3.1", "org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1"
);

private RewriteRecipeRepository recipeRepo;
Expand Down

0 comments on commit e0c9f9f

Please sign in to comment.