nebula-dependency-recommender-plugin icon indicating copy to clipboard operation
nebula-dependency-recommender-plugin copied to clipboard

SNAPSHOT dependencies listed in a Maven BOM are not updated

Open h4xmd opened this issue 8 years ago • 0 comments

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.

h4xmd avatar Jul 15 '16 04:07 h4xmd