From ebace48ade6539cb8345f2f2cf84f4f6911f65e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 12 Aug 2024 08:26:14 +0200 Subject: [PATCH] Upgrade to ActiveMQ 6.1.3 Closes gh-41793 --- 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 bee969a82ff..7a283bd818c 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", "6.1.2") { + library("ActiveMQ", "6.1.3") { group("org.apache.activemq") { modules = [ "activemq-amqp",