From 5a71fa073e3a0377405e2c8f87e4b200d17b88cd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:21 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.15.15 Closes gh-26481 --- 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 c0326b2f65a..beae2c1473f 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.14") { + library("ActiveMQ", "5.15.15") { group("org.apache.activemq") { modules = [ "activemq-amqp",