Browse Source

Upgrade to ActiveMQ 6.1.6

Closes gh-44663
pull/44789/head
Stéphane Nicoll 10 months ago
parent
commit
466d15c7c5
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -13,7 +13,7 @@ bom {
issueLabels = ["type: dependency-upgrade"] issueLabels = ["type: dependency-upgrade"]
} }
} }
library("ActiveMQ", "6.1.5") { library("ActiveMQ", "6.1.6") {
group("org.apache.activemq") { group("org.apache.activemq") {
modules = [ modules = [
"activemq-console" { "activemq-console" {

Loading…
Cancel
Save