From a440a4f0245ce045d8f66cd5fdd36da1e273e9ba Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 15:33:17 +0000 Subject: [PATCH] Upgrade to ActiveMQ 5.18.3 Closes gh-38452 --- 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 df19bec3d902..1741bfd1cdce 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",