LoopViewPagerLayout
LoopViewPagerLayout copied to clipboard
Update dependency com.github.ben-manes:gradle-versions-plugin to v0.51.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.github.ben-manes:gradle-versions-plugin | 0.42.0 -> 0.51.0 |
Release Notes
ben-manes/gradle-versions-plugin (com.github.ben-manes:gradle-versions-plugin)
v0.51.0
- Ensure Kotlin dependencies are properly handled when not forced (#823, #824, #825; thanks @tresat)
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
- Avoid configuring dependencyUpdates task by @dreis2211 in https://github.com/ben-manes/gradle-versions-plugin/pull/736
- Update dependabot.yml by @jaredsburrows in https://github.com/ben-manes/gradle-versions-plugin/pull/739
- Bump com.squareup.okhttp3:okhttp from 4.9.3 to 4.10.0 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/740
- Bump org.jetbrains.dokka from 1.6.21 to 1.8.10 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/744
- Bump org.jetbrains.kotlin.jvm from 1.6.21 to 1.8.10 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/741
- gradle 8 by @jaredsburrows in https://github.com/ben-manes/gradle-versions-plugin/pull/745
- Fix broken Sonatype links in HTML reports by @marcosalis in https://github.com/ben-manes/gradle-versions-plugin/pull/750
- Bump com.thoughtworks.xstream:xstream from 1.4.19 to 1.4.20 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/751
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.6.21 to 1.8.10 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/752
- Bump actions/setup-java from 3.10.0 to 3.11.0 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/760
- Bump org.jetbrains.kotlin.jvm from 1.8.10 to 1.8.20 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/762
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.6.21 to 1.8.20 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/763
- Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.20 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/767
- Fix inherited collection to not be always empty by @tresat in https://github.com/ben-manes/gradle-versions-plugin/pull/768
- Replace deprecated toUpperCase() kotlin.text calls by @smelfungus in https://github.com/ben-manes/gradle-versions-plugin/pull/779
- Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.8.20 to 1.8.21 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/775
- Bump com.squareup.okhttp3:okhttp from 4.10.0 to 4.11.0 by @dependabot in https://github.com/ben-manes/gradle-versions-plugin/pull/770
- Allow filtering configurations by @bh-tt in https://github.com/ben-manes/gradle-versions-plugin/pull/785
New Contributors
- @dreis2211 made their first contribution in https://github.com/ben-manes/gradle-versions-plugin/pull/736
- @marcosalis made their first contribution in https://github.com/ben-manes/gradle-versions-plugin/pull/750
- @tresat made their first contribution in https://github.com/ben-manes/gradle-versions-plugin/pull/768
- @smelfungus made their first contribution in https://github.com/ben-manes/gradle-versions-plugin/pull/779
- @bh-tt made their first contribution in https://github.com/ben-manes/gradle-versions-plugin/pull/785
Full Changelog: https://github.com/ben-manes/gradle-versions-plugin/compare/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
v0.44.0
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: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.