From 9b7d8cacc36a940b6ce290f586fd76ffe85a570f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:34:02 +0000 Subject: [PATCH] Update upgrade policy for the RC phase --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d3fda6d3b6..f2f4d98145 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -9,7 +9,7 @@ description = "Spring Boot Dependencies" bom { effectiveBomArtifact() upgrade { - policy = "any" + policy = "same-minor-version" gitHub { issueLabels = ["type: dependency-upgrade"] }