Skip to content

Commit 0c2a53c

Browse files
committed
Upgrade to Artemis 2.39.0
Closes gh-43666
1 parent 3695421 commit 0c2a53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Spring Boot Dependencies"
88
bom {
99
effectiveBomArtifact()
1010
upgrade {
11-
policy = "same-major-version"
11+
policy = "any"
1212
gitHub {
1313
issueLabels = ["type: dependency-upgrade"]
1414
}
@@ -53,7 +53,7 @@ bom {
5353
releaseNotes("https://github.com/eclipse-ee4j/angus-mail/releases/tag/{version}")
5454
}
5555
}
56-
library("Artemis", "2.37.0") {
56+
library("Artemis", "2.39.0") {
5757
group("org.apache.activemq") {
5858
imports = [
5959
"artemis-bom"

0 commit comments

Comments
 (0)