From 90d6b53a27fa086ad498bbb5c3d5c30d045f63fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Oct 2023 08:39:46 +0000 Subject: [PATCH] Upgrade to Artemis 2.31.2 Closes gh-38127 --- 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 9fb269512c5..5b21379042e 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.0") { + library("Artemis", "2.31.2") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",