From c7e7a19c5d331f03cbfbcedb4bdd20291381aaa1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 25 Mar 2026 12:47:10 +0000 Subject: [PATCH] Upgrade to ActiveMQ 6.2.2 Closes gh-49768 --- 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 f8e6ae8da67..be798151320 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -31,7 +31,7 @@ bom { ] } } - library("ActiveMQ", "6.2.1") { + library("ActiveMQ", "6.2.2") { group("org.apache.activemq") { modules = [ "activemq-console",