Skip to content

Commit

Permalink
fix(deps): update dependency com.squareup.moshi:moshi to v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 30, 2024
1 parent 87510d5 commit c2a4353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
api "org.apache.commons:commons-math3:3.6.1"

// For parsing JSON
implementation "com.squareup.moshi:moshi:1.15.0"
implementation "com.squareup.moshi:moshi:1.15.1"
implementation("com.squareup.moshi:moshi-kotlin:1.15.0")
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.0")
}

0 comments on commit c2a4353

Please sign in to comment.