Releases: ben-manes/gradle-versions-plugin
Releases · ben-manes/gradle-versions-plugin
v0.41.0
Fixed ConcurrentModificationException (#578)
v0.40.0
New parameter to improve on the resolution of dependency constraints: checkBuildEnvironmentConstraints
It will enabled project to check external constraints, like those defined in init script
For details see PR #577 .
v0.39.0
Some important changes:
- During the check we now try all project configurations instead of only selected ones. Those which cannot be checked are logged at
info
level so no more Failed to resolve ...
error logs.
- The dependency ambiguity issue in the report has been resolved. There no longer is an up-to-date dependency with version
none
and the same dependency with a concrete version in the out-of-date section.
- A new result category has been added: Dependencies that were declared without version are categorized
undeclared
emphasizing that version comparison cannot be performed because no version is given.
- For details see PR #522 .
v0.38.0
Fixed dangling open file handle (#472)
v0.36.0
- Ignore when kotlin-stdlib has a null version (#443)
v0.35.0
- Copy Kotlin variant metadata from alternative source (#442)
v0.34.0
- Copy Kotlin's MPP legacy metadata for variant selection (#438)
v0.33.0
- Restrict inherited dependencies to Kotlin's stdlib (#424)
v0.32.0
- Copy configuration attributes for variant resolution (#334)
- Resolve with the classifier and extension if specified (#224)
- Retain inherited dependencies from super configurations (#423)