From d2432d609e8adedcce1bc0778ea986a0660144bc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 20 Feb 2023 13:33:02 +0000 Subject: [PATCH] Upgrade to ActiveMQ 5.16.6 Closes gh-34238 --- 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 a48b22f08f5..91fd59e8f6f 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.5") { + library("ActiveMQ", "5.16.6") { prohibit { versionRange "[5.17.0,)" because "it requires Java 11"