From 0a10070ce5cca63e18845e6193dcf158cb4f81a8 Mon Sep 17 00:00:00 2001 From: Dependabot Standalone Date: Tue, 2 Jun 2026 09:37:51 -0700 Subject: [PATCH] Upgrade to ActiveMQ 6.2.6 Closes gh-50652 --- 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 c77954e2dcc..50c9d970ed2 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -31,7 +31,7 @@ bom { ] } } - library("ActiveMQ", "6.2.5") { + library("ActiveMQ", "6.2.6") { group("org.apache.activemq") { modules = [ "activemq-console",