Browse Source

Upgrade to ActiveMQ 6.1.0

Closes gh-40014
pull/40028/head
Andy Wilkinson 2 years ago
parent
commit
9347d2e171
  1. 3
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -14,7 +14,7 @@ bom { @@ -14,7 +14,7 @@ bom {
issueLabels = ["type: dependency-upgrade"]
}
}
library("ActiveMQ", "5.18.3") {
library("ActiveMQ", "6.1.0") {
group("org.apache.activemq") {
modules = [
"activemq-amqp",
@ -36,7 +36,6 @@ bom { @@ -36,7 +36,6 @@ bom {
"activemq-openwire-generator",
"activemq-openwire-legacy",
"activemq-osgi",
"activemq-partition",
"activemq-pool",
"activemq-ra",
"activemq-run",

Loading…
Cancel
Save