From 230afd26763a46c93aea1bed4daa1278e6e6dd4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 10 Aug 2026 16:54:48 +0200 Subject: [PATCH] Upgrade to ActiveMQ 6.2.9 Closes gh-51329 --- 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 bc2f3362233..0d253752fe1 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -31,7 +31,7 @@ bom { ] } } - library("ActiveMQ", "6.2.8") { + library("ActiveMQ", "6.2.9") { group("org.apache.activemq") { modules = [ "activemq-console",