Browse Source

Switch bomr to any policy

pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
dea7e34699
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -9,7 +9,7 @@ description = "Spring Boot Dependencies" @@ -9,7 +9,7 @@ description = "Spring Boot Dependencies"
bom {
effectiveBomArtifact()
upgrade {
policy = "same-minor-version"
policy = "any"
gitHub {
issueLabels = ["type: dependency-upgrade"]
}

Loading…
Cancel
Save