Upgrade to Artemis 2.39.0

Closes gh-43666
This commit is contained in:
Andy Wilkinson
2025-01-06 15:55:05 +00:00
parent 369542106f
commit 0c2a53c0ce

View File

@@ -8,7 +8,7 @@ description = "Spring Boot Dependencies"
bom {
effectiveBomArtifact()
upgrade {
policy = "same-major-version"
policy = "any"
gitHub {
issueLabels = ["type: dependency-upgrade"]
}
@@ -53,7 +53,7 @@ bom {
releaseNotes("https://github.com/eclipse-ee4j/angus-mail/releases/tag/{version}")
}
}
library("Artemis", "2.37.0") {
library("Artemis", "2.39.0") {
group("org.apache.activemq") {
imports = [
"artemis-bom"