You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bom file spring-cloud-starter-parent is using spring-boot-starter-parent as ist parent. The latest release train of Spring Cloud is Dalston.M1 which uses version 1.5.0.RC1 of spring-boot-starter-parent: https://github.com/spring-cloud/spring-cloud-release/blob/vDalston.M1/spring-cloud-starter-parent/pom.xml#L8
When spring-boot-starter-parent has a property like spring-boot.version and all <dependency> declarations are using this property instead of a hard-coded version, then it would be possible to easily upgrade Spring Boot inside Spring Cloud.