From 700f872164268ab296c4e557fe557e4438f258d7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Oct 2021 14:43:09 +0100 Subject: [PATCH] Upgrade to Artemis 2.19.0 Closes gh-28411 --- 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 f36d1ec0fe..7bc4114050 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.18.0") { + library("Artemis", "2.19.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",