File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
src/main/resources/META-INF/rewrite Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3
3
.idea /
4
4
.boot-releases
5
5
out /
6
+ bin /
7
+ .project
8
+ .classpath
9
+ .settings /
Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_6
256
256
displayName : Upgrade to Spring Boot 2.6
257
257
description : ' Upgrade to Spring Boot 2.6 from any prior 2.x version.'
258
258
recipeList :
259
- # Upgrade to 2.6 .x from 2.5 .x
259
+ # Upgrade to 2.5 .x from 2.4 .x
260
260
- org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_5
261
261
# Upgrade to 2.6.x from 2.5.x
262
262
- org.openrewrite.maven.UpgradeDependencyVersion :
@@ -271,3 +271,10 @@ recipeList:
271
271
# Update properties
272
272
- org.openrewrite.java.spring.boot2.SpringBootProperties_2_6
273
273
- org.openrewrite.java.spring.boot2.SpringBootPropertiesManual_2_6
274
+
275
+ # Upgrade spring-cloud-dependencies release train
276
+ - org.openrewrite.maven.UpgradeDependencyVersion :
277
+ groupId : org.springframework.cloud
278
+ artifactId : " spring-cloud-dependencies"
279
+ newVersion : 2021.0.2
280
+ overrideManagedVersion : true
You can’t perform that action at this time.
0 commit comments