Skip to content

Commit 7de3b6e

Browse files
committed
Switch bomr to "any" policy
1 parent 507abe8 commit 7de3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Spring Boot Dependencies"
99
bom {
1010
effectiveBomArtifact()
1111
upgrade {
12-
policy = "same-minor-version"
12+
policy = "any"
1313
gitHub {
1414
issueLabels = ["type: dependency-upgrade"]
1515
}

0 commit comments

Comments
 (0)