From 61d836012964f664e5f95fb6747f27e2b6c5bdf2 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 May 2023 21:23:06 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.16.6 Closes gh-35507 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 27d8b62363..9bfda9211b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,7 +14,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "5.16.5") { + library("ActiveMQ", "5.16.6") { group("org.apache.activemq") { modules = [ "activemq-amqp",