diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a5f1063c4b4..9c81d42060f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -9,12 +9,12 @@ description = "Spring Boot Dependencies" bom { effectiveBomArtifact() upgrade { - policy = "same-major-version" + policy = "any" gitHub { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.16.0") { + library("ActiveMQ", "5.16.1") { group("org.apache.activemq") { modules = [ "activemq-amqp",