Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent 253f18e commit b247a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moshi-metadata-reflect/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation(libs.kotlin.metadata)
implementation(libs.moshi)
kspTest(libs.moshi.codegen)
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("org.assertj:assertj-core:3.25.2")
testImplementation(libs.junit)
testImplementation(libs.truth)
}

0 comments on commit b247a1e

Please sign in to comment.