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
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 Boot3.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.