Update dependency com.github.ben-manes:gradle-versions-plugin to v0.42.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
com.github.ben-manes:gradle-versions-plugin | dependencies | minor |
0.38.0 -> 0.42.0
|
Release Notes
ben-manes/gradle-versions-plugin
v0.42.0
Prevent builds from failing w/ configuration cache enabled on Gradle 7.4+ (#410)
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 MR #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 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 MR #522 .
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.