From 66fa39355d6bdae55fc92f06c2466dde4e86b085 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:57:52 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.16.0 Closes gh-22784 --- spring-boot-project/spring-boot-dependencies/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ba8e0488c3d..99349bdef4f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,7 +14,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.15.12") { + library("ActiveMQ", "5.16.0") { group("org.apache.activemq") { modules = [ "activemq-amqp", @@ -1775,3 +1775,4 @@ bom { generateMetadataFileForMavenPublication { enabled = false } +