From 7c54a3aa887b592e266c68ec1224268127ee85d3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 7 Aug 2020 09:57:55 +0100 Subject: [PATCH] Upgrade to Artemis 2.14.0 Closes gh-22786 --- 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 410dbd1a09..e6ed7b129b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -67,7 +67,7 @@ bom { ] } } - library("Artemis", "2.13.0") { + library("Artemis", "2.14.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",