Start work on Spring Boot 3.4

This commit is contained in:
Andy Wilkinson
2024-06-20 14:24:01 +01:00
parent 6110e0ff43
commit 23597cc744
3 changed files with 102 additions and 2 deletions

View File

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