Skip to content

Commit fb087d7

Browse files
committed
Upgrade to ActiveMQ 5.16.1
Closes spring-projectsgh-24954
1 parent 4135e3c commit fb087d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ description = "Spring Boot Dependencies"
99
bom {
1010
effectiveBomArtifact()
1111
upgrade {
12-
policy = "same-major-version"
12+
policy = "any"
1313
gitHub {
1414
issueLabels = ["type: dependency-upgrade"]
1515
}
1616
}
17-
library("ActiveMQ", "5.16.0") {
17+
library("ActiveMQ", "5.16.1") {
1818
group("org.apache.activemq") {
1919
modules = [
2020
"activemq-amqp",

0 commit comments

Comments
 (0)