From dd3d9d8f2d52acd15faa3d01e6909e169395577c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 Jan 2026 17:22:37 +0000 Subject: [PATCH] Upgrade to ActiveMQ 6.2.0 Closes gh-48732 --- 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 27ed3bc57f9..fe01e1a296c 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.8") { + library("ActiveMQ", "6.2.0") { group("org.apache.activemq") { modules = [ "activemq-console",