From d7e18a714d12141e30fa80760a6124d1bc4fa0cd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:13:39 +0000 Subject: [PATCH] Upgrade to Artemis 2.11.0 Closes gh-19914 --- 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 2ec3c47d60..cd60d013b9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -66,7 +66,7 @@ bom { ] } } - library("Artemis", "2.10.1") { + library("Artemis", "2.11.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",