Adopt latest rewrite snapshots

This commit is contained in:
aboyko
2023-03-16 13:17:46 -04:00
parent 903074c76f
commit 07d045690f
3 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ public class SpringBootUpgrade {
private Recipe createUpgradeRecipe(Version version, Version targetVersion) {
Recipe recipe = new DeclarativeRecipe("upgrade-spring-boot", "Upgrade Spring Boot from " + version + " to " + targetVersion,
"", Collections.emptySet(), null, null, false);
"", Collections.emptySet(), null, null, false, Collections.emptyList());
if (version.getMajor() == targetVersion.getMajor() && version.getMinor() == targetVersion.getMinor()) {
// patch version upgrade - treat as pom versions only upgrade