From f5e7f9fd89e9ec9e358da6c71d5e8a6d6cba90cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:24:28 +0000 Subject: [PATCH] Update dependency org.junit.vintage:junit-vintage-engine to v5.11.2 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 a90c9df6c..ec8c2e870 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -360,7 +360,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.1' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.2' } tasks.register('installGitHooks', Copy) {