Browse Source

Switch to task for dependency upgrades

Closes gh-45525
pull/45379/head
Stéphane Nicoll 9 months ago
parent
commit
2a7dcd0eb7
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -9,7 +9,7 @@ bom { @@ -9,7 +9,7 @@ bom {
upgrade {
policy = "same-minor-version"
gitHub {
issueLabels = ["type: dependency-upgrade"]
issueLabels = ["type: task"]
}
}
library("ActiveMQ", "6.1.6") {

Loading…
Cancel
Save