nebula-dependency-recommender-plugin
nebula-dependency-recommender-plugin copied to clipboard
SNAPSHOT dependencies listed in a Maven BOM are not updated
If you have a project that references a BOM that contains SNAPSHOT versions listed in it, Gradle never seems to check for newer versions of the library.
In our setup, we have a BOM which itself is a SNAPSHOT version and when running gradle with --refresh-dependencies and --info, I can see that gradle checks to see if a new version of the BOM is available but it never does the same with any libraries listed in the BOM.