From b4649954719da168cacfd7445e97226cae87402b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:20:52 +0100 Subject: [PATCH] Upgrade to Artemis 2.22.0 Closes gh-30943 --- 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 84d61c5cb0..cbadd50a10 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -24,7 +24,7 @@ bom { ] } } - library("Artemis", "2.20.0") { + library("Artemis", "2.22.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",