Upgrade to ActiveMQ 6.1.6

Closes gh-1605
This commit is contained in:
Stéphane Nicoll
2025-06-05 16:43:36 +02:00
parent b6011f7993
commit 7ed275fc60

View File

@@ -8,7 +8,7 @@ javaPlatform {
dependencies {
api(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
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.22"))
api(platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.0.22"))
api(platform("org.junit:junit-bom:5.11.4"))