spring-boot/spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-dependency-versions.adoc
2020-01-27 14:53:52 +01:00

23 lines
964 B
Plaintext

[appendix]
[[dependency-versions]]
= Dependency versions
include::attributes.adoc[]
This appendix provides details of the dependencies that are managed by Spring Boot.
[[dependency-versions-coordinates]]
== Managed Dependency Coordinates
The following table provides details of all of the dependency versions that are provided by Spring Boot in its CLI (Command Line Interface), Maven dependency management, and Gradle plugin.
When you declare a dependency on one of these artifacts without declaring a version, the version listed in the table is used.
include::dependency-versions.adoc[]
[[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.
include::version-properties.adoc[]