fix(deps): update dependency at.connyduck:networkresult-calladapter to v1.2.0 (#4572)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [at.connyduck:networkresult-calladapter](https://togithub.com/connyduck/networkresult-calladapter) | `1.1.0` -> `1.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/at.connyduck:networkresult-calladapter/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/at.connyduck:networkresult-calladapter/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/at.connyduck:networkresult-calladapter/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/at.connyduck:networkresult-calladapter/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>connyduck/networkresult-calladapter (at.connyduck:networkresult-calladapter)</summary> ### [`v1.2.0`](https://togithub.com/connyduck/networkresult-calladapter/releases/tag/v1.2.0): NetworkResult Calladapter 1.2.0 - New method `NetworkResult<T>.toResult(): Result<T>` to convert a `NetworkResult` to a `kotlin.Result`. - Dependency Updates: - Kotlin 1.9.22 -> 2.0.0 - Kotlin Coroutines 1.8.0 -> 1.8.1 - Retrofit 2.9.0 -> 2.11.0 </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 this update 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/tuskyapp/Tusky). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9996cf420f
commit
bd09b197f0
|
@ -42,7 +42,7 @@ material-typeface = "4.0.0.3-kotlin"
|
|||
mockito-inline = "5.2.0"
|
||||
mockito-kotlin = "5.4.0"
|
||||
moshi = "1.15.1"
|
||||
networkresult-calladapter = "1.1.0"
|
||||
networkresult-calladapter = "1.2.0"
|
||||
okhttp = "4.12.0"
|
||||
okio = "3.9.0"
|
||||
retrofit = "2.11.0"
|
||||
|
|
|
@ -1873,6 +1873,14 @@
|
|||
<sha256 value="a71fdc421ba8c13bd1bbf7b9e6a4f3c7855c34c5881d9af3fd291101d6bdb727" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="at.connyduck" name="networkresult-calladapter" version="1.2.0">
|
||||
<artifact name="networkresult-calladapter-1.2.0.jar">
|
||||
<sha256 value="bfc30e6ee2d7d9a24ad341240e792e6e1abc6e46c30ac5f6f97354dadd718da7" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
<artifact name="networkresult-calladapter-1.2.0.module">
|
||||
<sha256 value="90a3175b2f0f4234f88c607747767deb6f27135d113bf1b4960fda9568221a29" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="at.connyduck.sparkbutton" name="sparkbutton" version="4.2.0">
|
||||
<artifact name="sparkbutton-4.2.0-sources.jar">
|
||||
<sha256 value="449194742914537cb1907659e92d1d194a8c23bdfbf4bd82679b99774b3fefb3" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in New Issue