Hi,

On 29.03.2025 14:20, Enrico Olivelli wrote:
libraries that publish many artifacts that are meant to be used all with
the same version publish a BOM (Bill of Materials) and then you import it
in the dependencyManagement section

Like this:
https://github.com/FasterXML/jackson-bom

For completeness' sake Gradle has a feature to import the BOM into dependency management if you use any artifact in the BOM:

https://blog.gradle.org/alignment-with-gradle-module-metadata

This feature might be useful in the Maven world too, although it can also be replaced with [<version>] ranges.

Piotr

Reply via email to