From b7701fb02542d25dcb053a1ec9e8d897349f0440 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:17:29 +0000 Subject: [PATCH] Upgrade to Artemis 2.28.0 Closes gh-34076 --- 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 3eee381938..cdf99dc185 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -29,7 +29,7 @@ bom { ] } } - library("Artemis", "2.27.1") { + library("Artemis", "2.28.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",