From 393e34b837112fbe12829bc1c0bfb6d8f3d1da40 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:17:29 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.16.3 Closes gh-27997 --- 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 f7e73d0d51..c3154afe77 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",