From 2d8aa2dbe1a1d08e3d96fbec55a04a42bd0f58ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:21:00 +0000 Subject: [PATCH] fix(deps): update dependency org.junit.vintage:junit-vintage-engine to v5.11.4 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 6b739ee98..ae121a021 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -359,7 +359,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.3' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.4' } tasks.register('installGitHooks', Copy) {