java) io.spring.dependency-management

io.spring.dependency-management

πŸ“ Manages the versions of Spring Boot related dependencies


Gradle plugin: https://plugins.gradle.org/plugin/io.spring.dependency-management

Info

When you apply the io.spring.dependency-management plugin, Spring Boot’s plugin will automatically import the spring-boot-dependencies bom 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


Post
Category
Series