io.spring.dependency-management
π Manages the versions of Spring Boot related dependencies
Gradle plugin: https://plugins.gradle.org/plugin/io.spring.dependency-management
InfoWhen you apply the
io.spring.dependency-managementplugin, Spring Bootβs plugin will automatically import thespring-boot-dependenciesbom from the version of Spring Boot that you are using.
spring-boot-dependencies bom
- BOM (Bill of Materials): A Maven feature that allows you to manage the versions of multiple dependencies at once.
Check Supported Versions
Check dependency versions in Spring documentation
- Check the
io.spring.dependency-managementversion at https://docs.spring.io/spring-boot/docs/2.7.18/reference/html/dependency-versions.html#appendix.dependency-versions