From 6938df26e08c0133f0d0565f42b34d841fd041b4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 14:37:25 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.16.5 Closes gh-30906 --- 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 5bb3b9c34f2..96d8e26c816 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.4") { + library("ActiveMQ", "5.16.5") { group("org.apache.activemq") { modules = [ "activemq-amqp",