v0.39.0
版本发布时间: 2021-05-27 18:22:37
ben-manes/gradle-versions-plugin最新发布版本:v0.51.0(2024-01-23 02:29:55)
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 moreFailed 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 .