Start development of Spring Boot 4.1.x

This commit is contained in:
Stéphane Nicoll
2025-12-19 10:13:12 +01:00
parent 613c40b86b
commit e6a3cba68c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version=4.0.2-SNAPSHOT
version=4.1.0-SNAPSHOT
latestVersion=true
spring.build-type=oss
@@ -23,7 +23,7 @@ description = "Spring Boot Dependencies"
bom {
upgrade {
policy = "same-minor-version"
policy = "same-major-version"
gitHub {
issueLabels = ["type: dependency-upgrade"]
}