Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.25.1 (#529)
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 Jan 3, 2024
1 parent 939a5b5 commit d4666ea
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.24.2")
testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation(libs.junit)
testImplementation(libs.truth)
}

0 comments on commit d4666ea

Please sign in to comment.