Skip to content

Commit

Permalink
Update dependency com.squareup.moshi:moshi to v1.15.2 (#717)
Browse files Browse the repository at this point in the history
* Update dependency com.squareup.moshi:moshi to v1.15.2

* Fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
ZacSweers and renovate[bot] authored Feb 10, 2025
1 parent b1e1ad1 commit 6a188ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kotlinCompileTesting = "0.7.0"
kotlinpoet = "2.0.0"
ksp = "2.1.10-1.0.29"
ktfmt = "0.54"
moshi = "1.15.1"
moshi = "1.15.2"
okhttp = "4.12.0"
retrofit = "2.11.0"

Expand Down
2 changes: 1 addition & 1 deletion moshi-ir/moshi-kotlin-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ val proguardRuleValidator =
dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.4.4")
testImplementation("com.squareup.moshi:moshi:1.15.2")
testImplementation(libs.moshi)
testImplementation(kotlin("reflect"))
testImplementation(project(":moshi-ir:moshi-kotlin-tests:extra-moshi-test-module"))
testImplementation(project(":moshi-adapters"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ sealed class BaseType {
.isEqualTo(
// $ in multiline strings: https://youtrack.jetbrains.com/issue/KT-2425
"""
-if class test.BaseType
-keepnames class test.BaseType
-if class test.BaseType
-keep class test.BaseTypeJsonAdapter {
Expand Down

0 comments on commit 6a188ea

Please sign in to comment.