Skip to content

Commit dfe3058

Browse files
committed
Only pick up new maintenance releases when upgrading dependencies
Closes gh-24069
1 parent 4c42aff commit dfe3058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-major-version"
12+
policy = "same-minor-version"
1313
gitHub {
1414
issueLabels = ["type: dependency-upgrade"]
1515
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Spring Boot Parent"
88

99
bom {
1010
upgrade {
11-
policy = "same-major-version"
11+
policy = "same-minor-version"
1212
gitHub {
1313
issueLabels = ["type: task"]
1414
}

0 commit comments

Comments
 (0)