Bom Alignment Convention
Add BomAlignmentRule to your project dependency lookup.
This helps ensure you don't have conflicting versions of libraries in your class path, when the libraries don't publish the data Gradle requires to avoid it automatically.
Apply this plugin to your project in the plugins block:
`plugins { id("eu.aylett.conventions.bom-alignment") } `*
Or by applying the Conventions plugin:
`plugins { id("eu.aylett.conventions") } `*