Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.moshi:moshi-kotlin to v1.15…
Browse files Browse the repository at this point in the history
….2 (#1034)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 04d0896 commit ddbd48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/java/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ dependencies {

// For parsing JSON
implementation "com.squareup.moshi:moshi:1.15.2"
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")
}

0 comments on commit ddbd48d

Please sign in to comment.