From 45d7969890add40b6a3aa5e9b03d769bc8637d9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 07:53:51 +0000 Subject: [PATCH] Update dependency org.junit.vintage:junit-vintage-engine to v5.11.1 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 cde12d1169..c36c4d0eaf 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.0' + testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.1' } tasks.register('installGitHooks', Copy) {