From 3e736ccf9fda3ed4f7212ba8c7570f359e6bf495 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Sep 2020 14:05:24 +0200 Subject: [PATCH] Upgrade to Artemis 2.15.0 Closes gh-23361 --- 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 7ac5b36e8e..82d6db52b6 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.14.0") { + library("Artemis", "2.15.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",