Skip to content

Files

Latest commit

bd3f4d7 · Apr 29, 2021

History

History
27 lines (16 loc) · 1.1 KB

appendix-dependency-versions.adoc

File metadata and controls

27 lines (16 loc) · 1.1 KB

Dependency versions

This appendix provides details of the dependencies that are managed by Spring Boot.

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.

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 documentation.