Skip to content

Commit

Permalink
Update dependency com.squareup.moshi:moshi-kotlin to v1.15.2 (#385)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent bdd7a5c commit 658b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation(platform(libs.junit.bom))
testImplementation(libs.jupiter)
testRuntimeOnly(libs.jupiter.platform.launcher)
implementation("com.squareup.moshi:moshi-kotlin:1.15.1")
implementation("com.squareup.moshi:moshi-kotlin:1.15.2")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
}

Expand Down

0 comments on commit 658b397

Please sign in to comment.