Skip to content

Commit

Permalink
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] authored Feb 2, 2024
1 parent 253f18e commit 50e4e12
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -47,7 +47,7 @@ tasks.withType<KotlinCompile>().configureEach {
dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("com.google.truth:truth:1.2.0")
testImplementation("com.squareup.moshi:moshi:1.15.0")
testImplementation("com.squareup.moshi:moshi:1.15.1")
testImplementation(kotlin("reflect"))
testImplementation(project(":moshi-ir:moshi-kotlin-tests:extra-moshi-test-module"))
testImplementation(project(":moshi-adapters"))
Expand Down

0 comments on commit 50e4e12

Please sign in to comment.