From b1644fa723925dc0a8b93b034e7d0da4e174659a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:27:12 +0000 Subject: [PATCH] Update dependency org.junit.vintage:junit-vintage-engine to v5.10.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2e6513e..9df8ebf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'