From 316ad17856a13cdf179636e6655e1fe9435aa400 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:21 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.16.2 Closes gh-26496 --- 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 a067896e81..dc8e6c6325 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",