From a798288de19e59882b0fd4e89e4c500930b07087 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 08:56:02 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.16.3 Closes gh-27739 --- 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 92e181e361..44274c6b24 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.2") { + library("ActiveMQ", "5.16.3") { group("org.apache.activemq") { modules = [ "activemq-amqp",