Browse Source

Merge branch '3.5.x'

Closes gh-48782
pull/48791/head
Andy Wilkinson 4 weeks ago
parent
commit
cf324f87b2
  1. 5
      platform/spring-boot-dependencies/build.gradle
  2. 5
      platform/spring-boot-internal-dependencies/build.gradle

5
platform/spring-boot-dependencies/build.gradle

@ -25,7 +25,10 @@ bom { @@ -25,7 +25,10 @@ bom {
upgrade {
policy = "same-major-version"
gitHub {
issueLabels = ["type: dependency-upgrade"]
issueLabels = [
"type: dependency-upgrade",
"status: team-only"
]
}
}
library("ActiveMQ", "6.2.0") {

5
platform/spring-boot-internal-dependencies/build.gradle

@ -24,7 +24,10 @@ bom { @@ -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") {

Loading…
Cancel
Save