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

latest releases: v0.51.0, v0.50.0
7 months 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

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

NewReleases is sending notifications on new releases.