From c72693fd452550b3002e5ebd1fa702894c423a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 13 Nov 2024 19:19:59 +0100 Subject: [PATCH] Upgrade to ActiveMQ 6.1.4 Closes gh-43146 --- 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 9110d79f86..54841ab2d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -13,7 +13,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("ActiveMQ", "6.1.3") { + library("ActiveMQ", "6.1.4") { group("org.apache.activemq") { modules = [ "activemq-console" {