From fd91daaf21591d877ba325feaede1b4891225c0e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Dec 2020 09:02:57 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.15.14 Closes gh-24436 --- 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 a0c5dadccd64..fa01ee61f48f 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.13") { + library("ActiveMQ", "5.15.14") { group("org.apache.activemq") { modules = [ "activemq-amqp",