Skip to content

Commit 7fedd5f

Browse files
committed
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
1 parent b3dcbbe commit 7fedd5f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main/asciidoc/dependencies.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@ You can find a working example of using the BOMs in our https://github.com/sprin
4848
[[dependencies.spring-boot]]
4949
== Dependency Management with Spring Boot
5050

51-
Spring Boot selects a recent version of Spring Data modules for you. If you still want to upgrade to a newer version, set
52-
the `spring-data-releasetrain.version` property to the <<dependencies.train-version,train version and iteration>> you would like to use.
51+
Spring Boot selects a recent version of the Spring Data modules for you. If you still want to upgrade to a newer version,
52+
set the `spring-data-bom.version` property to the <<dependencies.train-version,train version and iteration>>
53+
you would like to use.
54+
55+
See Spring Boot's https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#appendix.dependency-versions.properties[documentation]
56+
(search for "Spring Data Bom") for more details.
5357

5458
[[dependencies.spring-framework]]
5559
== Spring Framework

0 commit comments

Comments
 (0)