From 3fb6260f68182bdc513952535d92b12254b413f1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:32:49 +0100 Subject: [PATCH] Upgrade to ActiveMQ 5.16.5 Closes gh-30927 --- 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 70f6b336b741..e4785d8865eb 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.4") { + library("ActiveMQ", "5.16.5") { prohibit("[5.17.0,)") { because "it requires Java 11" }