From eb0506eaedf181ff009488d126fef8c4f059b293 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Apr 2024 15:49:50 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.18.4 Closes gh-40388 --- 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 ee95777e14f..a350137fc8b 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.3") { + library("ActiveMQ", "5.18.4") { group("org.apache.activemq") { modules = [ "activemq-amqp",