We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3695421 commit 0c2a53cCopy full SHA for 0c2a53c
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -8,7 +8,7 @@ description = "Spring Boot Dependencies"
8
bom {
9
effectiveBomArtifact()
10
upgrade {
11
- policy = "same-major-version"
+ policy = "any"
12
gitHub {
13
issueLabels = ["type: dependency-upgrade"]
14
}
@@ -53,7 +53,7 @@ bom {
53
releaseNotes("https://github.com/eclipse-ee4j/angus-mail/releases/tag/{version}")
54
55
56
- library("Artemis", "2.37.0") {
+ library("Artemis", "2.39.0") {
57
group("org.apache.activemq") {
58
imports = [
59
"artemis-bom"
0 commit comments