From c0323ededac96a0033bbe3cb7dd83ee5bf5d4962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 13 Jan 2025 14:08:37 +0100 Subject: [PATCH] Upgrade to ActiveMQ 6.1.5 Closes gh-43795 --- 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 4e669e6c48d..a860ca13a3b 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.4") { + library("ActiveMQ", "6.1.5") { group("org.apache.activemq") { modules = [ "activemq-console" {