
This involved a small code change to the generated configuration properties snippets. The section id has to start with 'appendix.', otherwise the section-id asciidoctor extension complains. To ensure that the anchors that are derived from the section IDs remain backwards compatible, the anchor-rewrite properties have been updated. See gh-29667
9 lines
531 B
Plaintext
9 lines
531 B
Plaintext
[[appendix.dependency-versions.properties]]
|
|
== Version Properties
|
|
|
|
The following table provides all properties that can be used to override the versions managed by Spring Boot.
|
|
Browse the {spring-boot-code}/spring-boot-project/spring-boot-dependencies/build.gradle[`spring-boot-dependencies` build.gradle] for a complete list of dependencies.
|
|
You can learn how to customize these versions in your application in the <<build-tool-plugins#build-tool-plugins,Build Tool Plugins documentation>>.
|
|
|
|
include::documented-properties.adoc[]
|