From 07a4646329a93b2fe2f1438fa9e65cb52cfa76d8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:06:13 +0100 Subject: [PATCH] Upgrade to Artemis 2.30.0 Closes gh-36881 --- 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 a16dce4dbf0..7faa433364d 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.29.0") { + library("Artemis", "2.30.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",