github ben-manes/gradle-versions-plugin v0.64.0

11 hours ago
  • Add a problems output format, which reports each outdated dependency to Gradle's Problems API (#974, #1126)
  • Warn when an outputFormatter name isn't one of the built-in formatters, where the plain text report was written without a warning (#1130, #1131)
  • Leave the log4j-core constraint that Gradle adds to every script classpath, and to the Scala plugin's zinc configuration, out of the report (#1128, #1129)
  • Run the build workflow on the tag before publishing a release (#1125)

Note

  • The problems format needs Gradle 8.13 or later. On an earlier Gradle it is skipped, with a message at the info log level.
  • The problems are printed on the console under --warning-mode all from Gradle 9.3. On an earlier Gradle they are listed only in build/reports/problems/problems-report.html.
  • A log4j-core constraint declared in the build with the same versions as Gradle's, on a script classpath or on zinc, is left out as well.

Don't miss a new gradle-versions-plugin release

NewReleases is sending notifications on new releases.