Skip to content

Commit

Permalink
Make dependency management version a semver selector so that it doesn…
Browse files Browse the repository at this point in the history
…'t downgrade on exact versions
  • Loading branch information
shanman190 committed Aug 15, 2023
1 parent 937bdf9 commit 8d00f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ recipeList:
newVersion: 2.5.x
- org.openrewrite.gradle.plugins.UpgradePluginVersion:
pluginIdPattern: io.spring.dependency-management
newVersion: 1.0.15.RELEASE
newVersion: 1.0.x
- org.openrewrite.gradle.UpdateGradleWrapper:
version: ^6.8
addIfMissing: false
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/rewrite/spring-boot-30.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ recipeList:
newVersion: 3.0.x
- org.openrewrite.gradle.plugins.UpgradePluginVersion:
pluginIdPattern: io.spring.dependency-management
newVersion: 1.1.0
newVersion: 1.1.x
- org.openrewrite.gradle.UpdateGradleWrapper:
version: ^7.4
addIfMissing: false
Expand Down

0 comments on commit 8d00f25

Please sign in to comment.