From 28e6ed7c66162d22dca4b31cac0061467bab1bae Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 15:30:40 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.18.2 Closes gh-36332 --- 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 d4de03e832..88bd7c860d 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.18.1") { + library("ActiveMQ", "5.18.2") { group("org.apache.activemq") { modules = [ "activemq-amqp",