From 1f30ae8f5d90abab296b1394a82ab810377eccaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 11 Mar 2025 17:15:15 +0100 Subject: [PATCH] Upgrade to ActiveMQ 6.1.6 Closes gh-44670 --- 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 d25e9a7ba5..5117da484c 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" {