From 466d15c7c5fcb86dcdba4ade3a72abc8ac92f3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Mar 2025 16:58:28 +0100 Subject: [PATCH] Upgrade to ActiveMQ 6.1.6 Closes gh-44663 --- 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 c0f281186dc..27c3730775a 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", "6.1.5") { + library("ActiveMQ", "6.1.6") { group("org.apache.activemq") { modules = [ "activemq-console" {