From 024ee55f6d3c78b9165a9cd32e7c3bb1bd74928e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 14:16:07 +0200 Subject: [PATCH] Upgrade to Artemis 2.25.0 Closes gh-32333 --- 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 0900090e9ac..409c4c8163c 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.23.1") { + library("Artemis", "2.25.0") { group("org.apache.activemq") { modules = [ "artemis-amqp-protocol",