Skip to content

Releases: ben-manes/gradle-versions-plugin

v0.41.0

05 Jan 04:23
Compare
Choose a tag to compare

Fixed ConcurrentModificationException (#578)

v0.40.0

30 Dec 20:05
Compare
Choose a tag to compare

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

27 May 10:22
Compare
Choose a tag to compare

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

04 Mar 02:04
Compare
Choose a tag to compare

Fixed dangling open file handle (#472)

v0.37.0

23 Feb 04:02
Compare
Choose a tag to compare

Show the current dependency's reason in the report (#477)

v0.36.0

08 Nov 23:13
Compare
Choose a tag to compare
  • Ignore when kotlin-stdlib has a null version (#443)

v0.35.0

07 Nov 19:26
Compare
Choose a tag to compare
  • Copy Kotlin variant metadata from alternative source (#442)

v0.34.0

02 Nov 10:27
Compare
Choose a tag to compare
  • Copy Kotlin's MPP legacy metadata for variant selection (#438)

v0.33.0

13 Sep 09:47
Compare
Choose a tag to compare
  • Restrict inherited dependencies to Kotlin's stdlib (#424)

v0.32.0

13 Sep 01:58
Compare
Choose a tag to compare
  • Copy configuration attributes for variant resolution (#334)
  • Resolve with the classifier and extension if specified (#224)
  • Retain inherited dependencies from super configurations (#423)