Upgrade to ActiveMQ 6.1.1

Closes gh-40238
This commit is contained in:
Andy Wilkinson 2024-04-09 12:52:10 +01:00
parent 1dd823b549
commit 43e02a2d7d
1 changed files with 1 additions and 2 deletions

View File

@ -14,14 +14,13 @@ bom {
issueLabels = ["type: dependency-upgrade"] issueLabels = ["type: dependency-upgrade"]
} }
} }
library("ActiveMQ", "6.1.0") { library("ActiveMQ", "6.1.1") {
group("org.apache.activemq") { group("org.apache.activemq") {
modules = [ modules = [
"activemq-amqp", "activemq-amqp",
"activemq-blueprint", "activemq-blueprint",
"activemq-broker", "activemq-broker",
"activemq-client", "activemq-client",
"activemq-client-jakarta",
"activemq-console" { "activemq-console" {
exclude group: "commons-logging", module: "commons-logging" exclude group: "commons-logging", module: "commons-logging"
}, },