Closed
Description
Spring Boot's version property for all of Spring Data (via the Spring Data BOM) is used to manage the Spring Data module dependencies and versions included and pulled in transitively by Spring Boot.
As of Spring Boot 3.0
, the version property for Spring Data changed from spring-data-releasetrain.version
to spring-data-bom.version
. See here.
Spring Data Commons current documentation refers to the old property, spring-data-releeasetrain.version
.