From b6516c9790120dc671a1f5185cee5cac49b10444 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:29 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.15.13 Closes gh-22452 --- 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 74ddb40358..80f76a7bb7 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -13,7 +13,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.15.12") { + library("ActiveMQ", "5.15.13") { group("org.apache.activemq") { modules = [ "activemq-amqp",