Browse Source

Upgrade to ActiveMQ 6.1.3

Closes gh-41793
pull/41831/head
Stéphane Nicoll 2 years ago
parent
commit
ebace48ade
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -14,7 +14,7 @@ bom {
issueLabels = ["type: dependency-upgrade"] issueLabels = ["type: dependency-upgrade"]
} }
} }
library("ActiveMQ", "6.1.2") { library("ActiveMQ", "6.1.3") {
group("org.apache.activemq") { group("org.apache.activemq") {
modules = [ modules = [
"activemq-amqp", "activemq-amqp",

Loading…
Cancel
Save