From 4ab3b5c0d45fa2ffdeaa9559d64d41ac9eccb8c7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 20 Jan 2021 09:14:35 +0100 Subject: [PATCH] Upgrade to Artemis 2.16.0 Closes gh-24896 --- 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 aab11fafee..37c346c510 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.15.0") { + library("Artemis", "2.16.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",