From dcd8782bbbe0f3fe6945f334c42fd0b8ae683105 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:20:29 +0000 Subject: [PATCH] Update dependency org.junit.vintage:junit-vintage-engine to v5.11.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8ffd71b3c..5d0295204 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -364,7 +364,7 @@ dependencies { testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version" - testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0' } tasks.register('installGitHooks', Copy) {