From 867d04a02429626ef2b066dfc592975e663c38c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:49:36 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.vintage:junit-vintage-engine to v5.11.3 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 ea762f6b3..d7dddc1e8 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.11.2' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.3' } tasks.register('installGitHooks', Copy) {