Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence
com.github.ben-manes:gradle-versions-plugin 0.42.0 -> 0.52.0 age confidence

Release Notes

ben-manes/gradle-versions-plugin (com.github.ben-manes:gradle-versions-plugin)

v0.52.0

[!NOTE]
Kotlin 1.x is no longer supported

This plugin now uses Kotlin 2.x for compatibility. Unfortunately Kotlin lacks the ability to target older versions for binary compatibility (as in Java's --release option) and Gradle does not fully isolate plugins from conflicting dependencies. Therefore, this plugin is incompatible for projects using the Kotlin 1.x gradle plugin due to hidden compiler injected byte code. Please use the previous release for Kotlin 1.x projects (#​929).

v0.51.0

v0.50.0

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

v0.49.0

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

v0.48.0

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

v0.47.0

What's Changed

New Contributors

Full Changelog: ben-manes/gradle-versions-plugin@v0.46.0...v0.47.0

v0.46.0

  • 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)

v0.45.0

  • Fix HTML report structure (#​715)
  • Only resolve resolvable configurations (#​721)

v0.44.0

  • report results should be modifiable (#​704)
  • trim whitespace between output format options (#​703)

v0.43.0

  • 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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from nuhkoca as a code owner September 8, 2025 17:05
@renovate renovate bot enabled auto-merge (squash) September 8, 2025 17:05
@renovate renovate bot merged commit 06abb56 into development Sep 8, 2025
@renovate renovate bot deleted the renovate/pluginversions.ben_manes branch September 8, 2025 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant