Start work on Spring Boot 3.5

This commit is contained in:
Andy Wilkinson
2025-01-06 15:29:25 +00:00
parent 383f1964e6
commit 214e0281a9
11 changed files with 111 additions and 11 deletions

View File

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