From d7e5b613935b2f97dc1cfdf03a285557a34d3f44 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 23 Jan 2023 17:52:15 +0000 Subject: [PATCH] Upgrade to Artemis 2.27.1 Closes gh-33955 --- 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 55ad57e10f..34498703c0 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.26.0") { + library("Artemis", "2.27.1") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",