Skip to content

Commit e6a3cba

Browse files
committed
Start development of Spring Boot 4.1.x
1 parent 613c40b commit e6a3cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=4.0.2-SNAPSHOT
1+
version=4.1.0-SNAPSHOT
22
latestVersion=true
33
spring.build-type=oss
44

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description = "Spring Boot Dependencies"
2323

2424
bom {
2525
upgrade {
26-
policy = "same-minor-version"
26+
policy = "same-major-version"
2727
gitHub {
2828
issueLabels = ["type: dependency-upgrade"]
2929
}

0 commit comments

Comments
 (0)