From a5063d33654609b9863197c06aec952504472a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 10 Aug 2024 15:04:18 +0200 Subject: [PATCH] Upgrade to ActiveMQ 5.18.5 Closes gh-41764 --- 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 b43407bdf9..cc17b4a9b8 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.18.4") { + library("ActiveMQ", "5.18.5") { group("org.apache.activemq") { modules = [ "activemq-amqp",