Skip to content

Commit

Permalink
Update versionsPlugin to v0.51.0 (#1010)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| com.github.ben-manes.versions | plugin | minor | `0.47.0` -> `0.51.0`
|
|
[com.github.ben-manes:gradle-versions-plugin](https://redirect.github.com/ben-manes/gradle-versions-plugin)
| dependencies | minor | `0.47.0` -> `0.51.0` |

---

### Release Notes

<details>
<summary>ben-manes/gradle-versions-plugin
(com.github.ben-manes:gradle-versions-plugin)</summary>

###
[`v0.51.0`](https://redirect.github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.51.0)

- Ensure Kotlin dependencies are properly handled when not forced
([#&#8203;823](https://redirect.github.com/ben-manes/gradle-versions-plugin/issues/823),
[#&#8203;824](https://redirect.github.com/ben-manes/gradle-versions-plugin/issues/824),
[#&#8203;825](https://redirect.github.com/ben-manes/gradle-versions-plugin/issues/825);
thanks [@&#8203;tresat](https://redirect.github.com/tresat))

###
[`v0.50.0`](https://redirect.github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.50.0)

Fixed xml report "Unrecognized configuration feature: indent-number"
([#&#8203;818](https://redirect.github.com/ben-manes/gradle-versions-plugin/issues/818))

###
[`v0.49.0`](https://redirect.github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.49.0)

Replaced xstreams with javax.xml for Gradle 8.4
[compatibility](https://docs.gradle.org/current/userguide/upgrading_version\_8.html#xml_parsing_now_requires_recent_parsers)
([#&#8203;814](https://redirect.github.com/ben-manes/gradle-versions-plugin/issues/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`.

```ini
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`](https://redirect.github.com/ben-manes/gradle-versions-plugin/releases/tag/v0.48.0)

Allow the gradle versions api url to be customized to support restricted
environments
([#&#8203;807](https://redirect.github.com/ben-manes/gradle-versions-plugin/issues/807))

</details>

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
slack-oss-bot authored Oct 8, 2024
1 parent 9f141d6 commit 75d612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ slack-lint = "0.8.1"
sortDependencies = "0.7"
spotless = "7.0.0.BETA2"
sqldelight = "2.0.2"
versionsPlugin = "0.47.0"
versionsPlugin = "0.51.0"
wire = "5.1.0"
xmlutil = "0.90.1"

Expand Down

0 comments on commit 75d612a

Please sign in to comment.