From 6fa5750e5ac3aaa17a13de890fb08bb720834a19 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 17 Aug 2021 09:14:31 +0200 Subject: [PATCH] Upgrade to Artemis 2.18.0 Closes gh-27703 --- 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 3ebe2ad67e..217636619b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -70,7 +70,7 @@ bom { ] } } - library("Artemis", "2.17.0") { + library("Artemis", "2.18.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",