From dc6840155dc9af4a587f418f28883e29576f53c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 8 Jul 2025 10:04:05 +0200 Subject: [PATCH] Upgrade to ActiveMQ 6.1.7 Closes gh-46323 --- 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 bc5a5369f5a..f009301e51b 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",