From 98e124df8fcc466278b34e9a1a575276ea8bed20 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 22 Oct 2025 16:55:01 -0700 Subject: [PATCH] Upgrade to ActiveMQ 6.1.8 Closes gh-47769 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index 46acd697281..cae4a4416a8 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/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",