From 435604f8d8e8a0faa0da6bed2f67fd0f252dcc15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 3 Aug 2026 10:29:11 +0200 Subject: [PATCH] Upgrade to ActiveMQ 6.2.8 Closes gh-51184 --- 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 1ca624954fe..7e379b194e9 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -31,7 +31,7 @@ bom { ] } } - library("ActiveMQ", "6.2.7") { + library("ActiveMQ", "6.2.8") { group("org.apache.activemq") { modules = [ "activemq-console",