Skip to content

Commit

Permalink
fix(deps): update moshi to v1.15.2 (#1175)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.squareup.moshi:moshi-kotlin-codegen](https://redirect.github.com/square/moshi)
| `1.15.1` -> `1.15.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup.moshi:moshi-kotlin-codegen/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.squareup.moshi:moshi-kotlin-codegen/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.squareup.moshi:moshi-kotlin-codegen/1.15.1/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup.moshi:moshi-kotlin-codegen/1.15.1/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[com.squareup.moshi:moshi-adapters](https://redirect.github.com/square/moshi)
| `1.15.1` -> `1.15.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup.moshi:moshi-adapters/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.squareup.moshi:moshi-adapters/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.squareup.moshi:moshi-adapters/1.15.1/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup.moshi:moshi-adapters/1.15.1/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [com.squareup.moshi:moshi](https://redirect.github.com/square/moshi) |
`1.15.1` -> `1.15.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.squareup.moshi:moshi/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.squareup.moshi:moshi/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.squareup.moshi:moshi/1.15.1/1.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.squareup.moshi:moshi/1.15.1/1.15.2?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>square/moshi
(com.squareup.moshi:moshi-kotlin-codegen)</summary>

###
[`v1.15.2`](https://redirect.github.com/square/moshi/blob/HEAD/CHANGELOG.md#Version-1152)

[Compare
Source](https://redirect.github.com/square/moshi/compare/1.15.1...1.15.2)

*2024-12-05*

- Do not generate conditional shrinker rules (i.e., `-if`) when the rule
is already predicated on the presence of the target type (as
`-keepnames` and `-keepclassmembers` are).
This will improve shrinker performance for projects with hundreds of
model types, as conditional rules are more expensive to evaluate.

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/pachli/pachli-android).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTQ1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 3d21fba commit 507e93b
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 @@ -59,7 +59,7 @@ material-typeface = "4.0.0.3-kotlin"
mlkit-language-id = "17.0.0"
mockito-inline = "5.2.0"
mockito-kotlin = "5.4.0"
moshi = "1.15.1"
moshi = "1.15.2"
moshix = "0.28.0"
okhttp = "4.12.0"
okio = "3.10.2"
Expand Down

0 comments on commit 507e93b

Please sign in to comment.