From 7fedd5f3eca034f7ad6cdbba2d1d897129e6466d Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 18 Jan 2023 15:37:18 -0800 Subject: [PATCH] Fix Spring Boot dependency version property name. The version property used by Spring Boot to manage Spring Data modules pulled in transitively by the Spring Data BOM has changed from 'spring-data-releasetrain.version' to 'spring-data-bom.version'. Closes #2766 --- src/main/asciidoc/dependencies.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/dependencies.adoc b/src/main/asciidoc/dependencies.adoc index 719c2cc6c..b4a89dac7 100644 --- a/src/main/asciidoc/dependencies.adoc +++ b/src/main/asciidoc/dependencies.adoc @@ -48,8 +48,12 @@ You can find a working example of using the BOMs in our https://github.com/sprin [[dependencies.spring-boot]] == Dependency Management with Spring Boot -Spring Boot selects a recent version of Spring Data modules for you. If you still want to upgrade to a newer version, set -the `spring-data-releasetrain.version` property to the <> you would like to use. +Spring Boot selects a recent version of the Spring Data modules for you. If you still want to upgrade to a newer version, +set the `spring-data-bom.version` property to the <> +you would like to use. + +See Spring Boot's https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#appendix.dependency-versions.properties[documentation] +(search for "Spring Data Bom") for more details. [[dependencies.spring-framework]] == Spring Framework