Skip to content

Commit 43e02a2

Browse files
committed
Upgrade to ActiveMQ 6.1.1
Closes gh-40238
1 parent 1dd823b commit 43e02a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ bom {
1414
issueLabels = ["type: dependency-upgrade"]
1515
}
1616
}
17-
library("ActiveMQ", "6.1.0") {
17+
library("ActiveMQ", "6.1.1") {
1818
group("org.apache.activemq") {
1919
modules = [
2020
"activemq-amqp",
2121
"activemq-blueprint",
2222
"activemq-broker",
2323
"activemq-client",
24-
"activemq-client-jakarta",
2524
"activemq-console" {
2625
exclude group: "commons-logging", module: "commons-logging"
2726
},

0 commit comments

Comments
 (0)