mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x' into 4.0.x
Closes gh-48781
This commit is contained in:
@@ -25,7 +25,10 @@ bom {
|
||||
upgrade {
|
||||
policy = "same-minor-version"
|
||||
gitHub {
|
||||
issueLabels = ["type: dependency-upgrade"]
|
||||
issueLabels = [
|
||||
"type: dependency-upgrade",
|
||||
"status: team-only"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("ActiveMQ", "6.1.8") {
|
||||
|
||||
@@ -24,7 +24,10 @@ bom {
|
||||
upgrade {
|
||||
policy = "same-major-version"
|
||||
gitHub {
|
||||
issueLabels = ["type: task"]
|
||||
issueLabels = [
|
||||
"type: task",
|
||||
"status: team-only"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("API Guardian", "1.1.2") {
|
||||
|
||||
Reference in New Issue
Block a user