Skip to content

Commit 305ac82

Browse files
Update dependency org.junit.vintage:junit-vintage-engine to v6.0.2 (#401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a19534 commit 305ac82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ dependencies {
111111
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
112112
testImplementation "io.kotest:kotest-assertions-core-jvm:6.0.7"
113113
testImplementation 'app.cash.turbine:turbine:1.2.1'
114-
testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.1'
114+
testImplementation 'org.junit.vintage:junit-vintage-engine:6.0.2'
115115
testImplementation "io.coil-kt.coil3:coil-test:$coil_version"
116116
}

0 commit comments

Comments
 (0)