From 5d524112910abc26e6800b080413a31c75b1986e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 12:51:40 +0000 Subject: [PATCH] Upgrade to Artemis 2.17.0 Closes gh-25324 --- 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 3bf465909a8..a35fd973d11 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.16.0") { + library("Artemis", "2.17.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",