From a97a566d0137709ac1e85122615b2e2a235099e5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 18 Aug 2021 09:28:14 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.16.3 Closes gh-27742 --- 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 4f9262bb96..29235a4310 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",