mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(deps): update konvert to v2.4.0 (#408)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.mcarle:konvert](https://togithub.com/mcarleio/konvert) | `2.3.1` -> `2.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [io.mcarle:konvert-api](https://togithub.com/mcarleio/konvert) | `2.3.1` -> `2.4.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mcarleio/konvert (io.mcarle:konvert)</summary> ### [`v2.4.0`](https://togithub.com/mcarleio/konvert/blob/HEAD/CHANGELOG.md#240) ##### New features - allow functions with multiple parameters in `@Konverter` annotated interfaces if one is defined as source with `@Konverter.Source` [#​28](https://togithub.com/mcarleio/konvert/issues/28) ```kotlin @​Konverter interface Mapper { fun toDto(@​Konverter.Source source: Source, otherProperty: Int): Target } data class Source(val property: String) data class Target(val property: String, val otherProperty: Int) ``` ##### Bug fixes: - ignore private and extension functions in `@Konverter` annotated interfaces [#​30](https://togithub.com/mcarleio/konvert/issues/30) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/msfjarvis/compose-lobsters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
45f384d048
commit
62bffc33fd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ coroutines = "1.7.3"
|
||||||
dagger = "2.48.1"
|
dagger = "2.48.1"
|
||||||
glance = "1.0.0"
|
glance = "1.0.0"
|
||||||
junit = "5.10.0"
|
junit = "5.10.0"
|
||||||
konvert = "2.3.1"
|
konvert = "2.4.0"
|
||||||
kotlin = "1.9.10"
|
kotlin = "1.9.10"
|
||||||
kotlinResult = "1.1.18"
|
kotlinResult = "1.1.18"
|
||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue