Commit fb087d7f authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to ActiveMQ 5.16.1

Closes gh-24954
parent 4135e3c0
...@@ -9,12 +9,12 @@ description = "Spring Boot Dependencies" ...@@ -9,12 +9,12 @@ description = "Spring Boot Dependencies"
bom { bom {
effectiveBomArtifact() effectiveBomArtifact()
upgrade { upgrade {
policy = "same-major-version" policy = "any"
gitHub { gitHub {
issueLabels = ["type: dependency-upgrade"] issueLabels = ["type: dependency-upgrade"]
} }
} }
library("ActiveMQ", "5.16.0") { library("ActiveMQ", "5.16.1") {
group("org.apache.activemq") { group("org.apache.activemq") {
modules = [ modules = [
"activemq-amqp", "activemq-amqp",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment