From 1adc4118da771446e25d73e1576da8bddf580945 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 12 Feb 2021 10:06:42 +0000 Subject: [PATCH] Upgrade to ActiveMQ 5.16.1 Closes gh-25205 --- 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 a891256d6908..a3cd8ee42801 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.0") { + library("ActiveMQ", "5.16.1") { group("org.apache.activemq") { modules = [ "activemq-amqp",