From daa71d1e670dceb5f932e777c426a5823c2f917c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:14 +0200 Subject: [PATCH] Upgrade to Artemis 2.12.0 Closes gh-21224 --- 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 3d49d34d7a..32c546d7b5 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.11.0") { + library("Artemis", "2.12.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",