gradle-versions-plugin

Gradle plugin to discover dependency updates

APACHE-2.0 License

Stars
3.9K
Committers
81

Bot releases are hidden (Show)

gradle-versions-plugin - v0.51.0 Latest Release

Published by ben-manes 9 months ago

  • Ensure Kotlin dependencies are properly handled when not forced (#823, #824, #825; thanks @tresat)
gradle-versions-plugin - v0.50.0

Published by ben-manes 11 months ago

Fixed xml report "Unrecognized configuration feature: indent-number" (#818)

gradle-versions-plugin - v0.49.0

Published by ben-manes about 1 year ago

Replaced xstreams with javax.xml for Gradle 8.4 compatibility (#814)

If you still have a legacy xml provider listed in your buildEnvironment dependency tree, such as old version of xerces, then you can force the default provider to OpenJDK's by adding the following to your gradle.properties.

systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
gradle-versions-plugin - v0.48.0

Published by ben-manes about 1 year ago

Allow the gradle versions api url to be customized to support restricted environments (#807)

gradle-versions-plugin - v0.47.0

Published by bh-tt over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ben-manes/gradle-versions-plugin/compare/v0.46.0...v0.47.0

gradle-versions-plugin - v0.46.0

Published by ben-manes over 1 year ago

  • Ignore constraints of own projects (#724)
  • Set the JVM attribute on the copied configuration (#727)
  • Do not use textual 'null' for dependencies without group (#731)
gradle-versions-plugin - v0.45.0

Published by ben-manes over 1 year ago

  • Fix HTML report structure (#715)
  • Only resolve resolvable configurations (#721)
gradle-versions-plugin - v0.44.0

Published by ben-manes almost 2 years ago

  • report results should be modifiable (#704)
  • trim whitespace between output format options (#703)
gradle-versions-plugin - v0.43.0

Published by ben-manes about 2 years ago

  • Ignore failOnDynamicVersions() to fetch latest versions (#593)
  • Requires Gradle 7.0 baseline (earlier plugin versions can be used otherwise)

This release migrated the plugin from Groovy to Kotlin, and therefore there may be some slight regressions. Please let us know if you find any problems.

gradle-versions-plugin - v0.42.0

Published by eygraber over 2 years ago

Prevent builds from failing w/ configuration cache enabled on Gradle 7.4+ (#410)

gradle-versions-plugin - v0.41.0

Published by ben-manes almost 3 years ago

Fixed ConcurrentModificationException (#578)

gradle-versions-plugin - v0.40.0

Published by ErwanLeroux almost 3 years ago

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 .

gradle-versions-plugin - v0.39.0

Published by mroeppis over 3 years ago

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 .
gradle-versions-plugin - v0.38.0

Published by ben-manes over 3 years ago

Fixed dangling open file handle (#472)

gradle-versions-plugin - v0.37.0

Published by ben-manes over 3 years ago

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

gradle-versions-plugin - v0.36.0

Published by ben-manes almost 4 years ago

  • Ignore when kotlin-stdlib has a null version (#443)
gradle-versions-plugin - v0.35.0

Published by ben-manes almost 4 years ago

  • Copy Kotlin variant metadata from alternative source (#442)
gradle-versions-plugin - v0.34.0

Published by ben-manes almost 4 years ago

  • Copy Kotlin's MPP legacy metadata for variant selection (#438)
gradle-versions-plugin - v0.33.0

Published by ben-manes about 4 years ago

  • Restrict inherited dependencies to Kotlin's stdlib (#424)
gradle-versions-plugin - v0.32.0

Published by ben-manes about 4 years ago

  • Copy configuration attributes for variant resolution (#334)
  • Resolve with the classifier and extension if specified (#224)
  • Retain inherited dependencies from super configurations (#423)