From 9161afff3c91d1b63debd35b40068b52b9376732 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 13 Oct 2022 17:14:45 +0100 Subject: [PATCH] Upgrade to Artemis 2.26.0 Closes gh-32701 --- 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 45b40748ad..f2a14f38a6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -14,7 +14,7 @@ bom { issueLabels = ["type: dependency-upgrade"] } } - library("Artemis", "2.25.0") { + library("Artemis", "2.26.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",