From 2bfc31e696e4bd16e737f8709dc30bbd4b6e2f06 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 22 Oct 2025 16:49:53 -0700 Subject: [PATCH] Upgrade to ActiveMQ 6.1.8 Closes gh-47767 --- 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 c3a4c11bce5..0779df27463 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.7") { + library("ActiveMQ", "6.1.8") { group("org.apache.activemq") { modules = [ "activemq-console" {