./gradlew --no-scan spring-boot-project:spring-boot-dependencies:bomrUpgrade --milestone=X.Y.Z
fetches the available milestones from spring-projects/spring-boot regardless of the value of spring.build-type
:
2025-02-12T05:41:05.054+0100 [DEBUG] [org.gradle.api.internal.tasks.execution.TaskExecution] Executing actions for task ':spring-boot-project:spring-boot-dependencies:bomrUpgrade'.
2025-02-12T05:41:05.055+0100 [DEBUG] [org.springframework.web.client.RestTemplate] HTTP GET https://api.github.com/repos/spring-projects/spring-boot/labels?per_page=100
Comment From: snicoll
Stupid me was running the command on the wrong branch.