From 4efb861c52acdcd2b5f0d821c6f822a6b398ab1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Mar 2025 16:59:04 +0100 Subject: [PATCH] Upgrade to ActiveMQ 6.1.6 Closes gh-44667 --- 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 76ff4911e8..f1a87f018d 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" {