From 8f132486ff5fc8f431854874e65d5af8c14c7c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 14 Oct 2024 10:53:13 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.18.6 Closes gh-42612 --- 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 ecfd91d4793..196d997277a 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.18.5") { + library("ActiveMQ", "5.18.6") { group("org.apache.activemq") { modules = [ "activemq-amqp",