From d437270e87f01196bedb94c995b5ea056aee5796 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Nov 2023 12:52:05 +0000 Subject: [PATCH] Upgrade to ActiveMQ 5.16.7 Closes gh-38427 --- 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 14bc480200d..865619b3329 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.6") { + library("ActiveMQ", "5.16.7") { prohibit { versionRange "[5.17.0,)" because "it requires Java 11"