From 1ed5bc72fdfeac62d4f902c57bdc99b851465813 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:32:47 +0100 Subject: [PATCH] Upgrade to Artemis 2.13.0 Closes gh-21942 --- 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 375f324b80a..dfd71a2670c 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.12.0") { + library("Artemis", "2.13.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",