Skip to content

Commit

Permalink
Update dependency org.junit.vintage:junit-vintage-engine to v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 0422794 commit b1644fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {
testImplementation "io.kotest:kotest-runner-junit5-jvm:$kotest"
testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest"
testImplementation 'app.cash.turbine:turbine:1.0.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'
testImplementation "io.coil-kt:coil-test:$coil_version"

androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit b1644fa

Please sign in to comment.