From 00987feb8101310ecfabf7a6d9b88dd1837acc23 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:39:41 +0000 Subject: [PATCH] Upgrade to ActiveMQ 5.18.3 Closes gh-38126 --- 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 f2f4d98145..9fb269512c 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.2") { + library("ActiveMQ", "5.18.3") { group("org.apache.activemq") { modules = [ "activemq-amqp",