Skip to content

Commit 57dce8c

Browse files
authored
Upgrade spring-cloud-dependencies to 2021.0.2 (#192)
Fixes #181
1 parent 11d8163 commit 57dce8c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ build/
33
.idea/
44
.boot-releases
55
out/
6+
bin/
7+
.project
8+
.classpath
9+
.settings/

src/main/resources/META-INF/rewrite/spring-boot2-upgrade-version.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ name: org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_6
256256
displayName: Upgrade to Spring Boot 2.6
257257
description: 'Upgrade to Spring Boot 2.6 from any prior 2.x version.'
258258
recipeList:
259-
# Upgrade to 2.6.x from 2.5.x
259+
# Upgrade to 2.5.x from 2.4.x
260260
- org.openrewrite.java.spring.boot2.UpgradeSpringBoot_2_5
261261
# Upgrade to 2.6.x from 2.5.x
262262
- org.openrewrite.maven.UpgradeDependencyVersion:
@@ -271,3 +271,10 @@ recipeList:
271271
# Update properties
272272
- org.openrewrite.java.spring.boot2.SpringBootProperties_2_6
273273
- 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

0 commit comments

Comments
 (0)