From f2fb7a025f02615d0752f2888add5d2d89a8ad49 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2023 19:45:34 +0100 Subject: [PATCH] Upgrade to Artemis 2.31.0 Closes gh-37475 --- 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 c05c6fc63b..77cd6741f1 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.30.0") { + library("Artemis", "2.31.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",