From aa02fbfb8af26ba03d7e888095d6fb84beaa7647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 10 Jul 2025 06:41:37 +0200 Subject: [PATCH] Upgrade to ActiveMQ 6.1.7 Closes gh-46385 --- 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 af6103a54ad..507d66370b8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -28,7 +28,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "6.1.6") { + library("ActiveMQ", "6.1.7") { group("org.apache.activemq") { modules = [ "activemq-console" {