fix(deps): update moshix to v0.28.0 (#897)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dev.zacsweers.moshix:moshi-sealed-codegen](https://togithub.com/ZacSweers/MoshiX) | `0.27.2` -> `0.28.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.zacsweers.moshix:moshi-sealed-codegen/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.zacsweers.moshix:moshi-sealed-codegen/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.zacsweers.moshix:moshi-sealed-codegen/0.27.2/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.zacsweers.moshix:moshi-sealed-codegen/0.27.2/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [dev.zacsweers.moshix:moshi-sealed-runtime](https://togithub.com/ZacSweers/MoshiX) | `0.27.2` -> `0.28.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/dev.zacsweers.moshix:moshi-sealed-runtime/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.zacsweers.moshix:moshi-sealed-runtime/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.zacsweers.moshix:moshi-sealed-runtime/0.27.2/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.zacsweers.moshix:moshi-sealed-runtime/0.27.2/0.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>ZacSweers/MoshiX (dev.zacsweers.moshix:moshi-sealed-codegen)</summary> ### [`v0.28.0`](https://togithub.com/ZacSweers/MoshiX/blob/HEAD/CHANGELOG.md#0280) [Compare Source](https://togithub.com/ZacSweers/MoshiX/compare/0.27.2...0.28.0) *2024-08-22* - Make moshi-ir Gradle plugin compatible with Gradle's incubating "Project Isolation" feature. - Update to Kotlin `2.0.20`. Note that this release requires Kotlin `2.0.20` or later for moshi-ir due to changes in the IR API. It may work on older releases, but it's untested. - Update Guava to `33.3.0-jre`. - Build against KSP `2.0.20-1.0.24`. - Build against Gradle `8.10`. Special thanks to [@​ansman](https://togithub.com/ansman) for contributing to this release! </details> --- ### 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/pachli/pachli-android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
aef340292f
commit
ef9cbf1d01
|
@ -60,7 +60,7 @@ mlkit-language-id = "17.0.0"
|
|||
mockito-inline = "5.2.0"
|
||||
mockito-kotlin = "5.4.0"
|
||||
moshi = "1.15.1"
|
||||
moshix = "0.27.2"
|
||||
moshix = "0.28.0"
|
||||
networkresult-calladapter = "1.0.0"
|
||||
okhttp = "4.12.0"
|
||||
okio = "3.9.0"
|
||||
|
|
Loading…
Reference in New Issue