From 4d0228ba84675318f4967f7ac853da6bf2c1ae7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 17 Oct 2025 16:48:56 +0200 Subject: [PATCH] Upgrade to Artemis 2.43.0 Closes gh-47681 --- platform/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/spring-boot-dependencies/build.gradle b/platform/spring-boot-dependencies/build.gradle index cde4fb3cca4..526d439061e 100644 --- a/platform/spring-boot-dependencies/build.gradle +++ b/platform/spring-boot-dependencies/build.gradle @@ -62,7 +62,7 @@ bom { releaseNotes("https://github.com/eclipse-ee4j/angus-mail/releases/tag/{version}") } } - library("Artemis", "2.42.0") { + library("Artemis", "2.43.0") { group("org.apache.activemq") { bom("artemis-bom") }