From 2bd58f8f9ba6fa57625ccf03ab67831e150f0f98 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Feb 2022 08:47:27 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.16.4 Closes gh-29937 --- 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 b7a84de0067..dda6a65a294 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.3") { + library("ActiveMQ", "5.16.4") { group("org.apache.activemq") { modules = [ "activemq-amqp",