We have an appendix that documents groupId, artifactId, and version for all of the dependencies managed by spring-boot-dependencies. I think it would also be useful to document the version property, if any, that determines each version. It would make things easier for users who want to override a dependency version.
I'm not 100% sure that the is possible due to bom imports and our current approach of extracting the versions from the effective pom, by which point the version properties have been lost.