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
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
Copy file name to clipboardExpand all lines: src/main/asciidoc/dependencies.adoc
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,12 @@ You can find a working example of using the BOMs in our https://github.com/sprin
48
48
[[dependencies.spring-boot]]
49
49
== Dependency Management with Spring Boot
50
50
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]
0 commit comments