From b2f96f4a5cbf42d4ca7222eb363627d1bcec41cc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 22 Feb 2024 07:58:13 +0000 Subject: [PATCH] Upgrade to Artemis 2.32.0 Closes gh-39695 --- 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 b1f3bc7f129..616e3c14e2e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -65,7 +65,7 @@ bom { ] } } - library("Artemis", "2.31.2") { + library("Artemis", "2.32.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",