Skip to content

Commit c21b737

Browse files
Update moshi to v1.15.2 (#344)
### [`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. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 313c668 commit c21b737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupyter-api = "0.12.0-333"
66
jupyter-testkit = "0.12.0-333"
77
jupyter-plugin = "0.12.0-333"
88
okio = "3.9.1"
9-
moshi = "1.15.1"
9+
moshi = "1.15.2"
1010
okhttp = "4.12.0"
1111
retrofit = "2.11.0"
1212
kotlin-coroutines = "1.9.0"

0 commit comments

Comments
 (0)