From 2595a194a84a17b0ed376883886492d7b6fd08fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Sat, 19 Apr 2025 08:18:35 +0200 Subject: [PATCH] Upgrade to ActiveMQ 6.1.6 Closes gh-1531 --- spring-ws-platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ws-platform/build.gradle b/spring-ws-platform/build.gradle index 28f0ecd4..38eed29d 100644 --- a/spring-ws-platform/build.gradle +++ b/spring-ws-platform/build.gradle @@ -8,7 +8,7 @@ javaPlatform { dependencies { api(platform("org.apache.logging.log4j:log4j-bom:2.24.3")) - api(platform("org.apache.activemq:activemq-bom:6.1.5")) + api(platform("org.apache.activemq:activemq-bom:6.1.6")) api(platform("org.eclipse.jetty:jetty-bom:12.0.16")) api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.16")) api(platform("org.junit:junit-bom:5.11.0"))