From 9a981f0bc576b38b0ddd4c4d45c1c1e2ef834151 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 17 May 2021 12:05:02 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.16.2 Closes gh-26528 --- 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 eae44c57a2f..f17015925b4 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.1") { + library("ActiveMQ", "5.16.2") { group("org.apache.activemq") { modules = [ "activemq-amqp",