Browse Source

Upgrade to ActiveMQ 6.1.7

Closes gh-46385
pull/46604/head
Stéphane Nicoll 5 months ago
parent
commit
aa02fbfb8a
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save