From fb087d7f7dceedeea33d6ec1508f267aa0dae338 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Jan 2021 12:30:38 +0000 Subject: [PATCH] Upgrade to ActiveMQ 5.16.1 Closes gh-24954 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",